Upgrade to C++23 for esp_modem

This commit is contained in:
2023-06-12 17:50:08 +02:00
parent fe2e286c45
commit 17f588e9f3

View File

@ -37,7 +37,7 @@ idf_component_register(SRCS "${srcs}"
set_target_properties(${COMPONENT_LIB} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD 23
CXX_STANDARD_REQUIRED ON
CXX_EXTENSIONS ON
)