cccl
cccl copied to clipboard
Add values to compiler macros
Description
Compiler identification macros are defined but don't have a value. This is bug-prone, namely when the user forgets to add the header:
#if defined(_CCCL_COMPILER_GCC)
// do important things
this statement could be skipped or not depending on the inclusion of compiler.h
even if gcc is actually used