From eaf9ecb20fc993d5a26795de8db5b068c043c27d Mon Sep 17 00:00:00 2001 From: Brandon Michael Whitchurch Date: Mon, 8 Jan 2024 19:25:50 -0800 Subject: [PATCH] change default --std to c++17 (supported in latest pinCRT) --- src/sst/elements/osseous/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sst/elements/osseous/Makefile.am b/src/sst/elements/osseous/Makefile.am index 6f4dc66b73..5d05870594 100644 --- a/src/sst/elements/osseous/Makefile.am +++ b/src/sst/elements/osseous/Makefile.am @@ -2,7 +2,7 @@ # # INCLUDE = -I$(top_srcdir)/src/sst/elements/osseous/eras_datatypes/ -I$(top_srcdir)/src/sst/elements/ariel/ -FLAGS = -fpermissive -std=c++11 +FLAGS = -fpermissive -std=c++17 AM_CPPFLAGS += \