pro9 workarounds; some ADL protection for is_xxx

[SVN r21529]
This commit is contained in:
Dave Abrahams 2004-01-07 14:07:21 +00:00
parent 806745f24e
commit e14a250d6e

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