Suppress warning about stray ;'s.

This commit is contained in:
jzmaddock
2017-04-26 19:27:46 +01:00
parent 4085ad30a4
commit 12524489a0

View File

@@ -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