mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-08 23:24:20 +00:00
4 lines
136 B
Python
4 lines
136 B
Python
COPTS = select({
|
|
"@bazel_tools//tools/cpp:msvc": ["/std:c++17", "/permissive-"],
|
|
"//conditions:default": ["-std=c++17"],
|
|
})
|