conditional_compilation

conditional compilation - the selective compilation of contiguous lines of source code, controllable from the command line (e.g., using the -D switch with gcc and clang), by employing standard C and C++ preprocessor directives such as #if, #ifdef, #ifndef, #else, #elif, and #endif. Generalized PODs ’11 (469)” (EMCppSfe 2021)

conditional_compilation.txt · Last modified: 2024/04/28 03:34 (external edit)