Files
toml11/include
Khem Raj dee78f822d Remove whitespace in operator""
Clang 20+ errors about this whitespace.

Fixes
include/toml11/impl/../fwd/literal_fwd.hpp:22:26: error: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
|    22 | ::toml::value operator"" _toml(const char* str, std::size_t len);
|       |               ~~~~~~~~~~~^~~~~
|       |               operator""_toml

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-07 11:35:46 -08:00
..
2025-03-07 11:35:46 -08:00
2024-06-15 19:13:02 +09:00