dawn-cmake/generator/templates/dawn_wire/client
Ivan Murashov 75a1f5234e Remove storage class specifier for the explicit template specialization
According to the http://www.eel.is/c++draft/temp.expl.spec:
An explicit specialization shall not use a storage-class-specifier
other than thread_local.
Clang doesn't claims about it, but GCC does.
An error example for GCC 8.4.0:
gen/third_party/dawn/src/dawn_wire/client/ApiObjects_autogen.h:25:5:
error: explicit template specialization cannot have a storage class

Bug: dawn:384
Change-Id: Iaf86722a943d19c9796a7f112885666ac88f20ca
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/33480
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2020-11-20 09:38:56 +00:00
..
ApiObjects.h Remove storage class specifier for the explicit template specialization 2020-11-20 09:38:56 +00:00
ApiProcs.cpp Reland "Add a per-thread proc table using thread local storage" 2020-10-06 16:13:42 +00:00
ClientBase.h Track and destroy all child objects on wire client destruction 2020-11-11 19:46:18 +00:00
ClientHandlers.cpp dawn_wire: Support chunked commands 2020-10-13 22:35:34 +00:00
ClientPrototypes.inc dawn_wire: Tag deserialize commands with volatile pointer 2019-10-07 20:38:47 +00:00