Commit a743e97
authored
spirv: fix build for C++20 (microsoft#6105)
This codebase is using C++17, but to remain compatible with C++20, I
need to remove this.
Starting C++20, an aggregate is required to have no user-declared
constructors, vs before, no user-provided constructors.
So even if if the only the default constructor is provided, this is
enough to prevent us from using this class as an aggregate in c++20.
Signed-off-by: Nathan Gauër <brioche@google.com>1 parent 3ef6ca2 commit a743e97
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | | - | |
389 | 387 | | |
390 | 388 | | |
391 | 389 | | |
| |||
0 commit comments