[Boost-bugs] [Boost C++ Libraries] #12216: Data driven test compile failure when taking a join of grids

Subject: [Boost-bugs] [Boost C++ Libraries] #12216: Data driven test compile failure when taking a join of grids
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-05-19 13:47:29


#12216: Data driven test compile failure when taking a join of grids
-----------------------+------------------------------
 Reporter: jabenze@… | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.61.0
 Severity: Problem | Keywords:
-----------------------+------------------------------
 The title pretty much says it all. Here's a reproducer:

 {{{
 //main.cpp
 #include<boost/test/unit_test.hpp>
 #include<boost/test/data/test_case.hpp>

 namespace bd = boost::unit_test::data;

 BOOST_DATA_TEST_CASE(testname, (bd::make(1) * bd::make(2)) + (bd::make(3)
 * bd::make(4)), arg1, arg2){}
 }}}

 Produced with gcc 5.2.0 with command line

 {{{
 $ gcc -std=c++14 -c main.cpp -o main.o

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12216>
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:20 UTC