Subject: [Boost-bugs] [Boost C++ Libraries] #11400: boost::make_fused not working with gcc 5.1.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-06-14 04:52:00
#11400: boost::make_fused not working with gcc 5.1.0
-------------------------------------+-------------------------
Reporter: David Sankel <camior@â¦> | Owner: djowel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: fusion
Version: Boost 1.58.0 | Severity: Showstopper
Keywords: |
-------------------------------------+-------------------------
The following code results in a compilation error with GCC 5.1.0 with
'-std=c++11". The same code compiles without a problem using clang 3.6.1
with the same flag.
{{{
#include <boost/fusion/include/vector.hpp>
#include <boost/fusion/include/make_unfused.hpp>
struct F {
typedef void result_type;
void operator()( boost::fusion::vector<int, char> ) const {}
} f;
int main()
{
boost::fusion::make_unfused( f );
}
}}}
It seems to be a regression, but I don't know if the bug was introduced
with a GCC upgrade or a Boost upgrade.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11400> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC