mirror of
https://github.com/boostorg/move.git
synced 2025-07-30 20:37:13 +02:00
Added BOOST_COPY_ASSIGN_REF_BEG/END macro to ease portable template class usage
[SVN r77890]
This commit is contained in:
@ -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> >& \
|
||||
//
|
||||
|
Reference in New Issue
Block a user