Closed simark closed 7 months ago
Using master as of today, I get:
$ g++ -x c++-header span.hpp -Wundef -Werror -std=c++20 span.hpp:43:33: error: "span_HAVE_STRUCT_BINDING" is not defined, evaluates to 0 [-Werror=undef] 43 | #define span_HAVE( feature ) ( span_HAVE_##feature ) | ^~~~~~~~~~ span.hpp:1873:5: note: in expansion of macro ‘span_HAVE’ 1873 | #if span_HAVE( STRUCT_BINDING ) | ^~~~~~~~~ cc1plus: all warnings being treated as errors
Using master as of today, I get: