diff options
Diffstat (limited to 'boost/container/pmr/resource_adaptor.hpp')
-rw-r--r-- | boost/container/pmr/resource_adaptor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/container/pmr/resource_adaptor.hpp b/boost/container/pmr/resource_adaptor.hpp index deece632e8..f5ce5c8a18 100644 --- a/boost/container/pmr/resource_adaptor.hpp +++ b/boost/container/pmr/resource_adaptor.hpp @@ -57,7 +57,7 @@ class resource_adaptor_imp void static_assert_if_not_char_allocator() const { //This class can only be used with allocators type char - BOOST_STATIC_ASSERT((container_detail::is_same<typename Allocator::value_type, char>::value)); + BOOST_STATIC_ASSERT((dtl::is_same<typename Allocator::value_type, char>::value)); } #endif |