merged from trunk

[SVN r21530]
This commit is contained in:
Dave Abrahams
2004-01-07 14:08:10 +00:00
parent 7d6f944d85
commit 0eb427cabe

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