From 12524489a09abbe7b9d3e1bf07f99cce56d3371f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 26 Apr 2017 19:27:46 +0100 Subject: [PATCH] Suppress warning about stray ;'s. --- include/boost/multiprecision/traits/is_backend.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/multiprecision/traits/is_backend.hpp b/include/boost/multiprecision/traits/is_backend.hpp index 9b23c866..2a26b19d 100644 --- a/include/boost/multiprecision/traits/is_backend.hpp +++ b/include/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 struct is_backend