feat: add charconv polyfill for clang and apple clang
This commit is contained in:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user