mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
#undef BOOST_REF_CONST added
[SVN r11674]
This commit is contained in:
parent
d198eecb61
commit
54963bff32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user