[libc++] Automatically disable benchmarks for C++03
Open
libc++
test-suite
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
GoogleBenchmark has dropped C++03 support in newer versions and we already don't support most benchmarks in C++03 anyways. We should probably just bake the C++11-or-higher requirement into the `.bench.cpp` test type to avoid having to annotate every single benchmark with it.
Contributor guide
Assessment
This issue has not been assessed yet.