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

@@ -19,7 +19,7 @@
#include <sstream>
#include <string>
#include <type_traits>
#include "utility.hpp"
#include "utility_axis.hpp"
using namespace boost::histogram;
@@ -71,9 +71,7 @@ int main() {
}
// iterators
{
test_axis_iterator(axis::integer<>(0, 4, ""), 0, 4);
}
{ test_axis_iterator(axis::integer<>(0, 4, ""), 0, 4); }
return boost::report_errors();
}