summaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-03-01 15:12:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-03-01 15:24:18 +0200
commita3592b51221a614de21aad20eeed69d8d13e83a8 (patch)
tree519a7de72cada5b05166027c0d0668e794052901 /odb/option-types.hxx
parent6ea17df5b44c6098099cb2276bc5ed0336276074 (diff)
Add support for --std=c++20
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 4739892..869fc83 100644
--- a/odb/option-types.hxx
+++ b/odb/option-types.hxx
@@ -22,7 +22,8 @@ struct cxx_version
cxx98,
cxx11,
cxx14,
- cxx17
+ cxx17,
+ cxx20
};
cxx_version (value v = value (0)) : v_ (v) {}