From ca4f43374643f3e1f16c7cb8d259e98311579e42 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Feb 2015 17:01:39 +0200 Subject: Make c++14 valid value for --std --- 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 ea2fae9..e320598 100644 --- a/odb/option-types.hxx +++ b/odb/option-types.hxx @@ -21,7 +21,8 @@ struct cxx_version enum value { cxx98, - cxx11 + cxx11, + cxx14 }; cxx_version (value v = value (0)) : v_ (v) {} -- cgit v1.1