We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b78ec1 commit fcffcd9Copy full SHA for fcffcd9
CMakeLists.txt
@@ -285,9 +285,8 @@ if (MSVC)
285
set(UNFILTERED_FLAGS "/EHsc")
286
endif()
287
288
-# Visual Studio enables c++11 support by default
289
if (NOT MSVC)
290
- set(UNFILTERED_FLAGS "-std=c++11")
+ set(UNFILTERED_FLAGS "")
291
292
293
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${VALID_CXX_FLAGS} ${UNFILTERED_FLAGS}")
plugins/rest_web/RestApi.cc
@@ -18,7 +18,7 @@
18
#include <cstring>
19
#include <stdlib.h>
20
#include <curl/curl.h>
21
-#include <inttypes.h>
+#include <cinttypes>
22
23
#include "RestApi.hh"
24
0 commit comments