Add inline namespace

This commit is contained in:
Franz Pöschel
2025-05-16 15:03:29 +02:00
parent a01fe3b4c1
commit 5b3d75e2db
51 changed files with 289 additions and 6 deletions

View File

@@ -19,6 +19,8 @@
namespace toml
{
inline namespace TOML11_INLINE_VERSION_NAMESPACE
{
class discard_comments;
class preserve_comments;
@@ -84,5 +86,6 @@ using ordered_value = basic_value<ordered_type_config>;
enum class value_t : std::uint8_t;
} // TOML11_INLINE_VERSION_NAMESPACE
} // toml
#endif// TOML11_TOML_HPP