Home
last modified time | relevance | path

Searched refs:__cpp_lib_constexpr_string (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dversion140 # define __cpp_lib_constexpr_string 201611L
252 # define __cpp_lib_constexpr_string 201907L
254 # define __cpp_lib_constexpr_string 201811L
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dversion134 # define __cpp_lib_constexpr_string 201611L
214 # define __cpp_lib_constexpr_string 201811L
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DFeatureTestMacroTable.rst217 ``__cpp_lib_constexpr_string`` ``201811L``
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dversion59 __cpp_lib_constexpr_string 201811L <string>
309 # define __cpp_lib_constexpr_string 201811L
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h60 # define __cpp_lib_constexpr_string 201907L in _GLIBCXX_VISIBILITY() macro
63 # define __cpp_lib_constexpr_string 201611L in _GLIBCXX_VISIBILITY()
92 #if __cpp_lib_constexpr_string < 201907L in _GLIBCXX_VISIBILITY()
4333 #if __cpp_lib_constexpr_string >= 201907L
H A Dcow_string.h41 # define __cpp_lib_constexpr_string 201811L macro
44 # define __cpp_lib_constexpr_string 201611L macro
H A Dbasic_string.tcc609 #if __cpp_lib_constexpr_string >= 201907L
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h57 # define __cpp_lib_constexpr_string 201811L in _GLIBCXX_VISIBILITY() macro
60 # define __cpp_lib_constexpr_string 201611L in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2021832 * include/std/version (__cpp_lib_constexpr_string): Update
4770 * include/bits/basic_string.h (__cpp_lib_constexpr_string): Only
4777 (__cpp_lib_constexpr_string): Only define when
6735 * include/bits/basic_string.h (__cpp_lib_constexpr_string):
6893 * include/bits/basic_string.h (__cpp_lib_constexpr_string): Define.
6894 * include/std/version (__cpp_lib_constexpr_string): Define.
6896 Check for __cpp_lib_constexpr_string.