Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / external / frozen / defines_h_constexpr_string.patch.0
blobd911ce3f9fa55330531941eb8719f0083ca74188
1 --- include/frozen/bits/defines.h
2 +++ include/frozen/bits/defines.h
3 @@ -59,7 +59,7 @@
4    #define FROZEN_LETITGO_HAS_DEDUCTION_GUIDES
5  #endif
7 -#if __cpp_lib_constexpr_string >= 201907L
8 +#if defined(__cpp_lib_constexpr_string) && __cpp_lib_constexpr_string >= 201907L
9    #define FROZEN_LETITGO_HAS_CONSTEXPR_STRING
10  #endif