mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-31 04:57:28 +02:00
Remove redundant noexcept specifier
to compile with gcc 4.6
This commit is contained in:
@ -20,7 +20,7 @@ struct trivial_base { };
|
||||
struct non_trivial_base
|
||||
{
|
||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||
BOOST_DEFAULTED_FUNCTION(non_trivial_base() BOOST_NOEXCEPT, {})
|
||||
BOOST_DEFAULTED_FUNCTION(non_trivial_base(), {})
|
||||
|
||||
BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
|
||||
non_trivial_base(non_trivial_base const&) BOOST_NOEXCEPT { }
|
||||
|
Reference in New Issue
Block a user