regular axis with unit can now also use transforms

This commit is contained in:
Hans Dembinski
2018-12-19 00:46:07 +01:00
parent e561f0228a
commit f0835b3dcf
18 changed files with 244 additions and 182 deletions

View File

@@ -22,7 +22,7 @@ using namespace boost::histogram::algorithm;
template <typename Tag>
void run_tests() {
using regular = axis::regular<double, axis::null_type>;
using regular = axis::regular<double, axis::transform::id, axis::null_type>;
{
auto h = make_s(Tag(), std::vector<int>(), regular(4, 1, 5), regular(3, -1, 2));