boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 73 forks source link

rewrite user guide and examples for c++17 #249

Open HDembinski opened 4 years ago

HDembinski commented 4 years ago

Deduction guides in C++17 simplify the usage of boost::histogram. The examples should exist in a c++14 and c++17 version. The user guide should exist in two versions, one for c++14 and one for c++17.