Move was detecting clang as an old GCC and applying old-style rvalue-references.

[SVN r70924]
This commit is contained in:
Ion Gaztañaga
2011-04-03 09:50:26 +00:00
parent d4983b7afe
commit 01e16750d4

View File

@@ -208,7 +208,9 @@ struct is_base_of
#if defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ < 5)
#ifndef BOOST_CLANG
#define BOOST_MOVE_OLD_RVALUE_REF_BINDING_RULES
#endif
#else