Added BOOST_COPY_ASSIGN_REF_BEG/END macro to ease portable template class usage

[SVN r77890]
This commit is contained in:
Ion Gaztañaga
2012-04-10 18:48:02 +00:00
parent 099eb41858
commit 026c48d377

View File

@ -372,6 +372,14 @@
const ::boost::rv< TYPE >& \
//
#define BOOST_COPY_ASSIGN_REF_BEG \
const ::boost::rv< \
//
#define BOOST_COPY_ASSIGN_REF_END \
>& \
//
#define BOOST_MOVE_COPY_ASSIGN_REF_2_TEMPL_ARGS(TYPE, ARG1, ARG2)\
const ::boost::rv< TYPE<ARG1, ARG2> >& \
//