mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix macros for noexcept
This commit is contained in:
parent
23f24450b0
commit
979af136a1
125 changed files with 324 additions and 287 deletions
|
@ -38,11 +38,11 @@ namespace sprout {
|
|||
SPROUT_STATIC_CONSTEXPR std::size_t bit_count = Bits;
|
||||
};
|
||||
|
||||
#define SPROUT_LOW_BITS_MASK_SPECIALIZE(Type) \
|
||||
#define SPROUT_LOW_BITS_MASK_SPECIALIZE(TYPE) \
|
||||
template<> \
|
||||
struct low_bits_mask_t<sprout::numeric_limits<Type>::digits> { \
|
||||
struct low_bits_mask_t<sprout::numeric_limits<TYPE>::digits> { \
|
||||
public: \
|
||||
typedef sprout::numeric_limits<Type> limits_type; \
|
||||
typedef sprout::numeric_limits<TYPE> limits_type; \
|
||||
typedef typename sprout::detail::uint_t<limits_type::digits>::least least; \
|
||||
typedef typename sprout::detail::uint_t<limits_type::digits>::fast fast; \
|
||||
public: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue