mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-19 02:22:17 +00:00
Suppress warning about stray ;'s.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user