#undef BOOST_REF_CONST added

[SVN r11674]
This commit is contained in:
Peter Dimov 2001-11-14 14:40:29 +00:00
parent cb98ddf7db
commit 87abc59612

View File

@ -55,6 +55,8 @@ template<class T> inline reference_wrapper<T const> BOOST_REF_CONST cref(T const
return reference_wrapper<T const>(t); return reference_wrapper<T const>(t);
} }
#undef BOOST_REF_CONST
} // namespace boost } // namespace boost
#endif // #ifndef BOOST_REF_HPP_INCLUDED #endif // #ifndef BOOST_REF_HPP_INCLUDED