aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/option-types.hxx')
-rw-r--r--odb/option-types.hxx3
1 files changed, 2 insertions, 1 deletions
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) {}