
21 Jan
2014
21 Jan
'14
5:20 p.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