[cpp-sp] 01/02: Bump to C++ 14 for now.

Scott Cantor cantor.2 at osu.edu
Tue Nov 19 20:35:36 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=413d3e4059e099471f5b4f06c8effbb026e6017f

commit 413d3e4059e099471f5b4f06c8effbb026e6017f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 19 12:41:45 2024 -0500

    Bump to C++ 14 for now.
---
 configure.ac                                       | 2 +-
 tests/data/{ => util}/propertytree/requestmap1.xml | 0
 tests/data/{ => util}/propertytree/requestmap2.xml | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7a59d2d0..7dc5675b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_FILES([shibsp.pc])
 
 AC_PROG_CC([gcc gcc3 cc])
 AC_PROG_CXX([g++ g++3 c++ CC])
-AX_CXX_COMPILE_STDCXX([11])
+AX_CXX_COMPILE_STDCXX([14])
 
 AC_SUBST([AM_CFLAGS])
 AC_SUBST([AM_CXXFLAGS])
diff --git a/tests/data/propertytree/requestmap1.xml b/tests/data/util/propertytree/requestmap1.xml
similarity index 100%
rename from tests/data/propertytree/requestmap1.xml
rename to tests/data/util/propertytree/requestmap1.xml
diff --git a/tests/data/propertytree/requestmap2.xml b/tests/data/util/propertytree/requestmap2.xml
similarity index 100%
rename from tests/data/propertytree/requestmap2.xml
rename to tests/data/util/propertytree/requestmap2.xml

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list