]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/std/charconv
P0482R5 char8_t: Standard library support
[thirdparty/gcc.git] / libstdc++-v3 / include / std / charconv
index 3363247e11eb57193228255b54a002b43cf74838..9f01d4c0889ddb4dedeceb93714a1fb2be10a4f1 100644 (file)
@@ -66,6 +66,9 @@ namespace __detail
          __not_<__is_one_of<_Tp, bool, char16_t, char32_t
 #if _GLIBCXX_USE_WCHAR_T
          , wchar_t
+#endif
+#if _GLIBCXX_USE_CHAR8_T
+         , char8_t
 #endif
            >>>;