From 942f57c762fa56e62d00c91a38928fc992063235 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Sun, 21 Nov 2021 20:38:19 +0100 Subject: [PATCH] bindings: Use C++17 to scan bindings, too --- bindings/python/ns3modulescan-modular.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/ns3modulescan-modular.py b/bindings/python/ns3modulescan-modular.py index d78938acc..813608e60 100644 --- a/bindings/python/ns3modulescan-modular.py +++ b/bindings/python/ns3modulescan-modular.py @@ -237,7 +237,7 @@ def ns3_module_scan(top_builddir, module_name, headers_map, output_file_name, cf #'NS3_ASSERT_ENABLE': None, #'NS3_LOG_ENABLE': None, }, - cflags=('-std=c++14 %s' % cflags) + cflags=('-std=c++17 %s' % cflags) ) try: