summaryrefslogtreecommitdiff
path: root/boost/multiprecision/traits/is_byte_container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multiprecision/traits/is_byte_container.hpp')
-rw-r--r--boost/multiprecision/traits/is_byte_container.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/multiprecision/traits/is_byte_container.hpp b/boost/multiprecision/traits/is_byte_container.hpp
index 1efda2930e..d97428f0f2 100644
--- a/boost/multiprecision/traits/is_byte_container.hpp
+++ b/boost/multiprecision/traits/is_byte_container.hpp
@@ -11,8 +11,8 @@
namespace boost{ namespace multiprecision{ namespace detail{
- BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_member_value_type, value_type, false);
- BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_member_const_iterator, const_iterator, false);
+ BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_member_value_type, value_type, false)
+ BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_member_const_iterator, const_iterator, false)
template <class C, bool b>
struct is_byte_container_imp