From ac943fcad42ddf12d522d0dc280a60e9b2b2cbb1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jul 2018 13:06:18 +0200 Subject: Add c++17 mode (--std c++17), also translate to c++NN rather than gnu++NN --- odb/option-types.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/option-types.hxx') diff --git a/odb/option-types.hxx b/odb/option-types.hxx index 8ff85a9..dc8cbe2 100644 --- a/odb/option-types.hxx +++ b/odb/option-types.hxx @@ -22,7 +22,8 @@ struct cxx_version { cxx98, cxx11, - cxx14 + cxx14, + cxx17 }; cxx_version (value v = value (0)) : v_ (v) {} -- cgit v1.1