feat [skip ci]: update single_include

This commit is contained in:
ToruNiina
2025-03-29 06:20:37 +00:00
parent 7bbe91c4a0
commit 8594d212be

View File

@@ -16691,7 +16691,7 @@ inline namespace literals
inline namespace toml_literals
{
::toml::value operator"" _toml(const char* str, std::size_t len);
::toml::value operator""_toml(const char* str, std::size_t len);
#if defined(TOML11_HAS_CHAR8_T)
// value of u8"" literal has been changed from char to char8_t and char8_t is
@@ -16819,7 +16819,7 @@ inline namespace toml_literals
{
TOML11_INLINE ::toml::value
operator"" _toml(const char* str, std::size_t len)
operator""_toml(const char* str, std::size_t len)
{
if(len == 0)
{