mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
#undef BOOST_REF_CONST added
[SVN r11674]
This commit is contained in:
parent
cb98ddf7db
commit
87abc59612
@ -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