Merge [51512] to release. Closes #2128.

[SVN r51534]
This commit is contained in:
Peter Dimov 2009-03-02 16:32:03 +00:00
parent b2e6a82adb
commit b7cd171b2b

View File

@ -173,6 +173,11 @@ class unwrap_reference
# endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
template<class T> inline T* get_pointer( reference_wrapper<T> const & r )
{
return r.get_pointer();
}
} // namespace boost } // namespace boost
#endif // #ifndef BOOST_REF_HPP_INCLUDED #endif // #ifndef BOOST_REF_HPP_INCLUDED