22 Jan
2014
22 Jan
'14
12:20 a.m.
Eric, just be very careful about what macros expand when. E.g. the expression: !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) will get expanded on the first preprocessor pass to something like !defined(1) (or whatever it expands to) Regards, Paul Mensonides