mirror of
https://github.com/boostorg/utility.git
synced 2025-07-29 20:37:32 +02:00
pro9 workarounds; some ADL protection for is_xxx
[SVN r21529]
This commit is contained in:
@ -40,7 +40,7 @@ public:
|
||||
|
||||
#else
|
||||
|
||||
explicit reference_wrapper(T& t): t_(addressof(t)) {}
|
||||
explicit reference_wrapper(T& t): t_(boost::addressof(t)) {}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user