+··static·size_t·size·(const·T·(&x)[N])·{·return·N;·}
Hello.
This leads to a clang warning: gcc/array-traits.h:45:33: warning: unused parameter 'x' [-Wunused-parameter] Can you please fix it? Thanks, Martin
+··static·size_t·size·(const·T·(&x)[N])·{·return·N;·}
Hello.
This leads to a clang warning: gcc/array-traits.h:45:33: warning: unused parameter 'x' [-Wunused-parameter] Can you please fix it? Thanks, Martin