mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 19:42:12 +00:00
all tests pass for adapted vector and array, map still failing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user