mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 05:40:14 +01:00
#undef BOOST_REF_CONST added
[SVN r11674]
This commit is contained in:
@@ -55,6 +55,8 @@ template<class T> inline reference_wrapper<T const> BOOST_REF_CONST cref(T const
|
||||
return reference_wrapper<T const>(t);
|
||||
}
|
||||
|
||||
#undef BOOST_REF_CONST
|
||||
|
||||
} // namespace boost
|
||||
|
||||
#endif // #ifndef BOOST_REF_HPP_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user