Update style_guide c++ version.
The CMake file states c++17, Chromium is at c++17. This CL updates the style guide documentation to specify c++17 as required for Tint. Change-Id: I4dd8e9aa69de6f32a59ced2c5b861c83adf2edfe Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/85320 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
c2e9bb785a
commit
a9d2f636fb
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
## Compiler support
|
## Compiler support
|
||||||
|
|
||||||
Tint requires C++14.
|
Tint requires C++17.
|
||||||
|
|
||||||
Tint uses the Chromium build system and will stay synchronized with that system.
|
Tint uses the Chromium build system and will stay synchronized with that system.
|
||||||
Compiler configurations beyond that baseline is on a best-effort basis.
|
Compiler configurations beyond that baseline is on a best-effort basis.
|
||||||
|
@ -45,6 +45,3 @@ However, test code should still be readable and maintainable.
|
||||||
For test code, the tradeoff between readability and maintainability
|
For test code, the tradeoff between readability and maintainability
|
||||||
and other factors is weighted even more strongly toward readability
|
and other factors is weighted even more strongly toward readability
|
||||||
and maintainability.
|
and maintainability.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue