mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 13:27:34 +02:00
merged from trunk
[SVN r21530]
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
explicit reference_wrapper(T& t): t_(addressof(t)) {}
|
explicit reference_wrapper(T& t): t_(boost::addressof(t)) {}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user