bazelbuild/bazel
View on GitHubDocumentation issue: C++ Use Cases snippet is unix only
Open
#14,520 opened on Jan 6, 2022
P3area-Windowshelp wantedteam-Documentationteam-Rules-CPPtype: documentation (cleanup)
Repository metrics
- Stars
- (25,384 stars)
- PR merge metrics
- (Avg merge 22d 20h) (77 merged PRs in 30d)
Description
Documentation URL: https://docs.bazel.build/versions/4.2.2/cpp-use-cases.html
Could you ,at least, add a note that your sample are unix (linux ?) only ? e.g.
-I is not supported by msvc aka non GNU-like compilers nor the -pthread option...
I can understand you don't want to bloat the tutorial with conditions and use of select but...