
21 Apr
2010
21 Apr
'10
8:42 a.m.
Speaking of the VC10 config, do you have any thoughts about the issue mentioned in https://svn.boost.org/trac/boost/ticket/4112 ?
Should VC10 define BOOST_HAS_RVALUE_REFS for the benefit of smart_ptr?
Yep: that macro is deprecated in favor of BOOST_NO_RVALUE_REFERENCES, I'll fix suffix.hpp to make sure they're defined in synch with each other. John.