UPGRADE to C++17, because of metaprogramming in eoForges

Avoiding the use of make_from_tuple would be too error-prone.
This commit is contained in:
Johann Dreo 2020-04-28 15:53:14 +02:00
commit 2fa245e833
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#include <string>
#include <tuple>
#include <utility>
// In case you want to debug arguments captured in tuples:
// template<typename Type, unsigned N, unsigned Last>