dawn-cmake/generator/templates/dawn/wire/client
Ben Clayton bf55236e13 dawn: Fix GCC build
It's not valid for an explicit template specialization to declare a storage class (`static`). GCC correctly catches this, while Clang is too relaxed.

Use C++17's 'inline' instead. The alternative is to push the initializers and values into the cpp file.

This breakage was introduced in: https://dawn-review.googlesource.com/c/dawn/+/93604

Bug: dawn:1451
Change-Id: Ib3e61d233e16fd7828f8a2ae0909eedbd24ee52e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94320
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
2022-06-20 13:45:21 +00:00
..
ApiObjects.h dawn: Fix GCC build 2022-06-20 13:45:21 +00:00
ApiProcs.cpp dawn::wire::client: Merge object allocators, add variadic Make. 2022-06-17 21:21:39 +00:00
ClientBase.h dawn::wire::client: Merge object allocators, add variadic Make. 2022-06-17 21:21:39 +00:00
ClientHandlers.cpp dawn::wire::client: Merge object allocators, add variadic Make. 2022-06-17 21:21:39 +00:00
ClientPrototypes.inc tint->dawn: Move src/dawn_wire -> src/dawn/wire 2022-02-04 12:51:25 +00:00