summaryrefslogtreecommitdiff
path: root/odb/odb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb.cxx')
-rw-r--r--odb/odb.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/odb.cxx b/odb/odb.cxx
index 9c9a175..701f6e1 100644
--- a/odb/odb.cxx
+++ b/odb/odb.cxx
@@ -707,6 +707,11 @@ main (int argc, char* argv[])
args[3] = "-std=c++1z";
break;
}
+ case cxx_version::cxx20:
+ {
+ args[3] = "-std=c++2a";
+ break;
+ }
}
}