--- cvsroot/libecb/ecb.pod 2020/01/20 20:58:51 1.80 +++ cvsroot/libecb/ecb.pod 2020/01/20 21:01:29 1.81 @@ -112,6 +112,12 @@ True if the implementation claims to be compliant to C++11/C++14/C++17 (ISO/IEC 14882:2011, :2014, :2017) or any later version. +=item ECB_OPTIMIZE_SIZE + +Is C<1> when the compiler optimizes for size, C<0> otherwise. This symbol +can also be defined before including F, in which case it will be +unchanged. + =item ECB_GCC_VERSION (major, minor) Expands to a true value (suitable for testing in by the preprocessor) @@ -410,12 +416,6 @@ =over 4 -=item ECB_OPTIMIZE_SIZE - -Is C<1> when the compiler optimizes for size, C<0> otherwise. This symbol -can also be defined before including F, in which case it will be -unchanged. - =item bool ecb_is_constant (expr) Returns true iff the expression can be deduced to be a compile-time