条件编译

传统的条件编译方法是使用 #ifdef#if。但是,预处理器无法推理类型,因此现代代码有时会使用 if constexpr 来代替。

Last modified: Friday, 17 January 2025, 8:24 PM