all tests pass for adapted vector and array, map still failing

This commit is contained in:
Hans Dembinski
2018-10-30 17:36:44 +01:00
parent adc801bac0
commit 792f16d331
28 changed files with 569 additions and 357 deletions

View File

@@ -9,7 +9,7 @@
#include <boost/histogram/axis/variable.hpp>
#include <boost/histogram/histogram_fwd.hpp>
#include <limits>
#include "utility.hpp"
#include "utility_axis.hpp"
using namespace boost::histogram;
@@ -52,9 +52,7 @@ int main() {
}
// iterators
{
test_axis_iterator(axis::variable<>({1, 2, 3}, ""), 0, 2);
}
{ test_axis_iterator(axis::variable<>({1, 2, 3}, ""), 0, 2); }
return boost::report_errors();
}