Skip to content

Commit 8594d21

Browse files
committed
feat [skip ci]: update single_include
1 parent 7bbe91c commit 8594d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

single_include/toml.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16691,7 +16691,7 @@ inline namespace literals
1669116691
inline namespace toml_literals
1669216692
{
1669316693

16694-
::toml::value operator"" _toml(const char* str, std::size_t len);
16694+
::toml::value operator""_toml(const char* str, std::size_t len);
1669516695

1669616696
#if defined(TOML11_HAS_CHAR8_T)
1669716697
// value of u8"" literal has been changed from char to char8_t and char8_t is
@@ -16819,7 +16819,7 @@ inline namespace toml_literals
1681916819
{
1682016820

1682116821
TOML11_INLINE ::toml::value
16822-
operator"" _toml(const char* str, std::size_t len)
16822+
operator""_toml(const char* str, std::size_t len)
1682316823
{
1682416824
if(len == 0)
1682516825
{

0 commit comments

Comments
 (0)