src/cxx_supportlib/vendor-modified/boost/container/detail/singleton.hpp in passenger-5.3.3 vs src/cxx_supportlib/vendor-modified/boost/container/detail/singleton.hpp in passenger-5.3.4
- old
+ new
@@ -67,11 +67,11 @@
// static code, even if that code is called before the file-scope objects
// in this file have been initialized.
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
// T must be: no-throw default constructible and no-throw destructible
template <typename T>
struct singleton_default
{
@@ -110,10 +110,10 @@
};
template <typename T>
typename singleton_default<T>::object_creator
singleton_default<T>::create_object;
-} // namespace container_detail
+} // namespace dtl
} // namespace container
} // namespace boost
#include <boost/container/detail/config_end.hpp>