mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 04:57:13 +02:00
Remove uses of BOOST_CONSTEXPR
This commit is contained in:
@ -84,18 +84,11 @@ protected:
|
|||||||
|
|
||||||
~error_category() = default;
|
~error_category() = default;
|
||||||
|
|
||||||
#if !BOOST_WORKAROUND(BOOST_GCC, < 40800)
|
constexpr error_category() BOOST_NOEXCEPT: id_( 0 ), stdcat_(), sc_init_()
|
||||||
BOOST_CONSTEXPR
|
|
||||||
#endif
|
|
||||||
error_category() BOOST_NOEXCEPT: id_( 0 ), stdcat_(), sc_init_()
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
explicit
|
explicit constexpr error_category( boost::ulong_long_type id ) BOOST_NOEXCEPT: id_( id ), stdcat_(), sc_init_()
|
||||||
#if !BOOST_WORKAROUND(BOOST_GCC, < 40800)
|
|
||||||
BOOST_CONSTEXPR
|
|
||||||
#endif
|
|
||||||
error_category( boost::ulong_long_type id ) BOOST_NOEXCEPT: id_( id ), stdcat_(), sc_init_()
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,10 +108,7 @@ public:
|
|||||||
|
|
||||||
// constructors:
|
// constructors:
|
||||||
|
|
||||||
#if !BOOST_WORKAROUND(BOOST_GCC, < 40800)
|
constexpr error_code() BOOST_NOEXCEPT:
|
||||||
BOOST_CONSTEXPR
|
|
||||||
#endif
|
|
||||||
error_code() BOOST_NOEXCEPT:
|
|
||||||
d1_(), lc_flags_( 0 )
|
d1_(), lc_flags_( 0 )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user