summaryrefslogtreecommitdiff
path: root/boost/multiprecision/traits/is_backend.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multiprecision/traits/is_backend.hpp')
-rw-r--r--boost/multiprecision/traits/is_backend.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/multiprecision/traits/is_backend.hpp b/boost/multiprecision/traits/is_backend.hpp
index 9b23c86665..2a26b19df0 100644
--- a/boost/multiprecision/traits/is_backend.hpp
+++ b/boost/multiprecision/traits/is_backend.hpp
@@ -13,9 +13,9 @@
namespace boost{ namespace multiprecision{ namespace detail{
- BOOST_MPL_HAS_XXX_TRAIT_DEF(signed_types);
- BOOST_MPL_HAS_XXX_TRAIT_DEF(unsigned_types);
- BOOST_MPL_HAS_XXX_TRAIT_DEF(float_types);
+ BOOST_MPL_HAS_XXX_TRAIT_DEF(signed_types)
+ BOOST_MPL_HAS_XXX_TRAIT_DEF(unsigned_types)
+ BOOST_MPL_HAS_XXX_TRAIT_DEF(float_types)
template <class T>
struct is_backend