File tree Expand file tree Collapse file tree
Utilities/DataCompression Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ set(TEST_SRCS
4343 test/parser.cxx
4444 test/tableview.cxx
4545 test/pageparser.cxx
46+ test/test_mpl_tools.cxx
4647)
4748
4849O2_GENERATE_TESTS (
File renamed without changes.
Original file line number Diff line number Diff line change 1717#define BOOST_TEST_MAIN
1818#define BOOST_TEST_DYN_LINK
1919#include < boost/test/unit_test.hpp>
20- #include " ../include/DataCompression/dc_primitives.h"
21- #include " ../include/DataCompression/mpl_tools.h"
20+ #include " ../include/Algorithm/mpl_tools.h"
2221#include < boost/mpl/size.hpp>
2322#include < boost/type.hpp>
2423#include < boost/mpl/range_c.hpp>
2827#include < boost/mpl/vector_c.hpp>
2928#include < boost/mpl/placeholders.hpp>
3029#include < boost/mpl/lambda.hpp>
30+ #include < boost/mpl/string.hpp> // see note below
3131#include < iostream>
3232#include < iomanip>
3333#include < vector>
3434#include < type_traits>
3535
36+ // FIXME: mpl/string.hpp required to be included to avoid compilation error
37+ // error: no matching function for call to ‘assertion_failed ...' in the mpl::for_each
38+ // implementation (BOOST_MPL_ASSERT check). Not fully understood as simply including
39+ // mpl/assert.hpp does not help. Maybe it's an inconssitency in the do_typewrap meta
40+ // program
3641namespace bmpl = boost::mpl;
3742
3843// defining a list of known data types
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ EndForEach (_file RANGE 0 ${_length})
3737endif ()
3838
3939set (TEST_SRCS
40- test/test_mpl_tools.cxx
4140 test/test_dc_primitives.cxx
4241 test/test_Fifo.cxx
4342 test/test_DataGenerator.cxx
Original file line number Diff line number Diff line change @@ -1364,6 +1364,7 @@ o2_define_bucket(
13641364
13651365 DEPENDENCIES
13661366 Headers
1367+ common_boost_bucket
13671368
13681369 INCLUDE_DIRECTORIES
13691370)
You can’t perform that action at this time.
0 commit comments