summaryrefslogtreecommitdiff
path: root/boost/log/expressions/predicates/channel_severity_filter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/log/expressions/predicates/channel_severity_filter.hpp')
-rw-r--r--boost/log/expressions/predicates/channel_severity_filter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/log/expressions/predicates/channel_severity_filter.hpp b/boost/log/expressions/predicates/channel_severity_filter.hpp
index c7430a1bd7..e8562e2a81 100644
--- a/boost/log/expressions/predicates/channel_severity_filter.hpp
+++ b/boost/log/expressions/predicates/channel_severity_filter.hpp
@@ -26,6 +26,7 @@
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/log/detail/config.hpp>
+#include <boost/log/detail/allocator_traits.hpp>
#include <boost/log/detail/custom_terminal_spec.hpp>
#include <boost/log/attributes/attribute_name.hpp>
#include <boost/log/attributes/fallback_policy.hpp>
@@ -80,7 +81,7 @@ private:
channel_value_type,
severity_value_type,
ChannelOrderT,
- typename AllocatorT::BOOST_NESTED_TEMPLATE rebind< std::pair< const channel_value_type, severity_value_type > >::other
+ typename boost::log::aux::rebind_alloc< AllocatorT, std::pair< const channel_value_type, severity_value_type > >::type
> mapping_type;
//! Attribute value visitor invoker for channel
typedef value_visitor_invoker< channel_value_type, channel_fallback_policy > channel_visitor_invoker_type;