pro9 workarounds; some ADL protection for is_xxx

[SVN r21529]
This commit is contained in:
Dave Abrahams
2014-06-01 01:20:20 +03:00
committed by Peter Dimov
parent 439c636485
commit ddfdf8f857
+1 -1
View File
@@ -40,7 +40,7 @@ public:
#else
explicit reference_wrapper(T& t): t_(addressof(t)) {}
explicit reference_wrapper(T& t): t_(boost::addressof(t)) {}
#endif