mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-18 06:42:13 +02:00
Fixed misused parenthesized initializer
This commit is contained in:
@ -19,7 +19,7 @@ void unused_construction()
|
|||||||
{
|
{
|
||||||
boost::fusion::unused_type dephault;
|
boost::fusion::unused_type dephault;
|
||||||
|
|
||||||
boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED parenthesis();
|
boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED parenthesis = boost::fusion::unused_type();
|
||||||
#ifndef BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
|
#ifndef BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
|
||||||
boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED brace{};
|
boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED brace{};
|
||||||
boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED list_copy = {};
|
boost::fusion::unused_type BOOST_ATTRIBUTE_UNUSED list_copy = {};
|
||||||
|
Reference in New Issue
Block a user