diff --git a/include/boost/container/detail/value_functors.hpp b/include/boost/container/detail/value_functors.hpp index a2c494c..961c9a8 100644 --- a/include/boost/container/detail/value_functors.hpp +++ b/include/boost/container/detail/value_functors.hpp @@ -18,6 +18,9 @@ # pragma once #endif +namespace boost { +namespace container { + //Functors for member algorithm defaults template struct value_less @@ -33,4 +36,7 @@ struct value_equal { return a == b; } }; +} //namespace container { +} //namespace boost { + #endif //BOOST_CONTAINER_DETAIL_VALUE_FUNCTORS_HPP