1
0

feat: add charconv polyfill for clang and apple clang

This commit is contained in:
2026-01-23 11:02:54 +08:00
parent aecf9bb8cc
commit 09fea7e0a3
4 changed files with 435 additions and 2 deletions

View File

@@ -3,9 +3,14 @@
#include <string>
#include <array>
#include <type_traits>
#include <charconv>
#include <stdexcept>
#if defined(YYCC_STL_CLANGSTL)
#include "patch/libcxx/charconv.hpp"
#else
#include <charconv>
#endif
#define NS_YYCC_STRING_REINTERPRET ::yycc::string::reinterpret
/**