Closed sgraham closed 1 year ago
Otherwise, results in warnings like
.../STC/include\stx/../stc/cvec.h(280,1): warning: unused function 'vec_int_drop' [-Wunused-function]
At least for clang on Windows, __clang__ is defined, but __GNUC__ is not (as confirmed by clang -E -dm -x c nul).
__clang__
__GNUC__
clang -E -dm -x c nul
Hi, thanks. I use the mingw distrubution on winlibs.com, where clang defines GNUC, so I assumed that was always the case.
Otherwise, results in warnings like
At least for clang on Windows,
__clang__
is defined, but__GNUC__
is not (as confirmed byclang -E -dm -x c nul
).