mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 05:44:25 +02:00
Move was detecting clang as an old GCC and applying old-style rvalue-references.
[SVN r70924]
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user