Skip to content

Commit 66ea63b

Browse files
makefriend8MarsZhang
andauthored
Compatible with windows vs2017 (#71)
Co-authored-by: MarsZhang <6671605@è[email protected]>
1 parent cb5ec3d commit 66ea63b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.bazelrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
build --cxxopt=-std=c++17
1+
build --enable_platform_specific_config
2+
build:linux --cxxopt=-std=c++17
3+
build:windows --cxxopt=-std:c++17
24

35
try-import %workspace%/user.bazelrc

source/utils/circular_buffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <deque>
1818
#include <mutex>
19+
#include <optional>
1920

2021
namespace cpp2sky {
2122

0 commit comments

Comments
 (0)