From 8594d212be70dce6dfbc3f73f0a647567110eca4 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 29 Mar 2025 06:20:37 +0000 Subject: [PATCH] feat [skip ci]: update single_include --- single_include/toml.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single_include/toml.hpp b/single_include/toml.hpp index d9a40f8..6310050 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -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) {