From 54963bff325bbbc44030f4732b96a27b712f58ec Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 14 Nov 2001 14:40:29 +0000 Subject: [PATCH] #undef BOOST_REF_CONST added [SVN r11674] --- include/boost/ref.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/ref.hpp b/include/boost/ref.hpp index 29f8930..8ba1cfe 100644 --- a/include/boost/ref.hpp +++ b/include/boost/ref.hpp @@ -55,6 +55,8 @@ template inline reference_wrapper BOOST_REF_CONST cref(T const return reference_wrapper(t); } +#undef BOOST_REF_CONST + } // namespace boost #endif // #ifndef BOOST_REF_HPP_INCLUDED