We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5ec3d commit 66ea63bCopy full SHA for 66ea63b
.bazelrc
@@ -1,3 +1,5 @@
1
-build --cxxopt=-std=c++17
+build --enable_platform_specific_config
2
+build:linux --cxxopt=-std=c++17
3
+build:windows --cxxopt=-std:c++17
4
5
try-import %workspace%/user.bazelrc
source/utils/circular_buffer.h
@@ -16,6 +16,7 @@
16
17
#include <deque>
18
#include <mutex>
19
+#include <optional>
20
21
namespace cpp2sky {
22
0 commit comments