From 7fbd8a662e57d8a8c5ddcd3c50ff95472304421e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Sat, 17 May 2025 00:18:14 +0200 Subject: [PATCH] Update include/toml11/conversion.hpp Co-authored-by: Toru Niina --- include/toml11/conversion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/toml11/conversion.hpp b/include/toml11/conversion.hpp index 78814b1..7ad76ab 100644 --- a/include/toml11/conversion.hpp +++ b/include/toml11/conversion.hpp @@ -181,7 +181,7 @@ void assign_member_variable_to_value(const T& obj, basic_value& v, const cha #define TOML11_DEFINE_CONVERSION_NON_INTRUSIVE(NAME, ...)\ namespace toml { \ - namespace TOML11_INLINE_VERSION_NAMESPACE { \ + inline namespace TOML11_INLINE_VERSION_NAMESPACE { \ template<> \ struct from \ { \