File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,8 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
372
372
-D__STDC_WANT_LIB_EXT1__=1
373
373
)
374
374
375
- set (CMAKE_CXX_STANDARD 11)
375
+ set (CMAKE_CXX_STANDARD 14)
376
+ set (CMAKE_CXX_STANDARD_REQUIRED On )
376
377
377
378
# todo: fix general visibility of the interface
378
379
# do not set to `fvisibility=hidden` as it is going to
@@ -393,7 +394,6 @@ if(CLR_CMAKE_PLATFORM_XPLAT)
393
394
-Wno-invalid-offsetof\
394
395
-Wno-undefined-inline\
395
396
-Wno-inconsistent-missing-override\
396
- -Wno-c++14-extensions\
397
397
-Wno-macro-redefined\
398
398
-Wno-pragmas\
399
399
-Wno-invalid-token-paste\
Original file line number Diff line number Diff line change 1
1
// -------------------------------------------------------------------------------------------------------
2
2
// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
3
- // Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
3
+ // Copyright (c) ChakraCore Project Contributors. All rights reserved.
4
4
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
5
5
// -------------------------------------------------------------------------------------------------------
6
6
#include " stdafx.h"
7
7
#include " PlatformAgnostic/ChakraICU.h"
8
+ #ifdef __valid
9
+ #undef __valid
10
+ #endif
8
11
#if defined(__APPLE__)
9
12
#ifdef ctime
10
13
#undef ctime
You can’t perform that action at this time.
0 commit comments