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:
dan sinclair 2022-03-31 14:30:46 +00:00 committed by Tint LUCI CQ
parent c2e9bb785a
commit a9d2f636fb
1 changed files with 1 additions and 4 deletions

View File

@ -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.