summaryrefslogtreecommitdiff
path: root/libmysqlclient/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlclient/build/root.build')
-rw-r--r--libmysqlclient/build/root.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmysqlclient/build/root.build b/libmysqlclient/build/root.build
index 9c5eb0b..077c13f 100644
--- a/libmysqlclient/build/root.build
+++ b/libmysqlclient/build/root.build
@@ -8,7 +8,10 @@ using c
h{*}: extension = h
c{*}: extension = c
-cxx.std = latest
+# Note that the implementation uses C++14 internally, with some used
+# constructs being deprecated/removed from the later versions of the standard.
+#
+cxx.std = 14
using cxx