From 176d224b694b4f6ec2933fc9b8e3b76043659744 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Mar 2024 23:26:43 +0300 Subject: Release version 8.0.15+13 Add mysql-client package. Minor cleanups of the libmysqlclient library. --- libmysqlclient/build/root.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libmysqlclient/build/root.build') 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 -- cgit v1.1