
22 May
2010
22 May
'10
11:17 p.m.
AMDG Terry Golubiewski wrote:
I agree that boost::rv<> should not be in the move_detail namespace. I found using the macros to be annoying and did not use them. I did add...
typedef boost::rv<T>& rv_ref;
... to my movable classes for convenience. I never felt a need for const_rv_ref though.
The main reason for using the macros is to get an automatic upgrade to real rvalue references when they are available. In Christ, Steven Watanabe