2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_ABI_NAMESPACE_BOOL(...) static_assert(true)
|
|
|
|
#define TOML_ABI_NAMESPACE_END static_assert(true)
|
|
|
|
#define TOML_ABSTRACT_BASE
|
|
|
|
#define TOML_ALWAYS_INLINE inline
|
|
|
|
#define TOML_ANON_NAMESPACE_END static_assert(true)
|
|
|
|
#define TOML_ANON_NAMESPACE_START namespace
|
2021-04-18 12:04:46 +00:00
|
|
|
#define TOML_API
|
|
|
|
#define TOML_ATTR(...)
|
2021-11-07 14:35:31 +00:00
|
|
|
#define TOML_CLOSED_ENUM
|
|
|
|
#define TOML_CLOSED_FLAGS_ENUM
|
2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_CONST_GETTER
|
|
|
|
#define TOML_CONST_INLINE_GETTER inline
|
2021-10-24 22:04:23 +00:00
|
|
|
#define TOML_CONSTRAINED_TEMPLATE(cond, ...) template <__VA_ARGS__>
|
2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_EMPTY_BASES
|
2022-02-12 12:25:43 +00:00
|
|
|
#define TOML_EXPORTED_CLASS
|
|
|
|
#define TOML_EXPORTED_FREE_FUNCTION
|
|
|
|
#define TOML_EXPORTED_MEMBER_FUNCTION
|
|
|
|
#define TOML_EXPORTED_STATIC_FUNCTION
|
2021-04-18 12:04:46 +00:00
|
|
|
#define TOML_EXTERNAL_LINKAGE
|
2021-11-07 14:35:31 +00:00
|
|
|
#define TOML_FLAGS_ENUM
|
|
|
|
#define TOML_HIDDEN_CONSTRAINT(cond, ...) template <__VA_ARGS__>
|
2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_IMPL_NAMESPACE_END static_assert(true)
|
|
|
|
#define TOML_IMPL_NAMESPACE_START namespace toml::impl
|
2021-10-24 22:04:23 +00:00
|
|
|
#define TOML_INTERNAL_LINKAGE static
|
2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_LIKELY(...) (__VA_ARGS__)
|
2022-02-12 12:25:43 +00:00
|
|
|
#define TOML_LIKELY_CASE
|
2021-10-24 22:04:23 +00:00
|
|
|
#define TOML_NAMESPACE_END static_assert(true)
|
2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_NAMESPACE_START namespace toml
|
|
|
|
#define TOML_NEVER_INLINE
|
|
|
|
#define TOML_NODISCARD
|
|
|
|
#define TOML_NODISCARD_CTOR
|
2021-11-07 14:35:31 +00:00
|
|
|
#define TOML_OPEN_ENUM
|
|
|
|
#define TOML_OPEN_FLAGS_ENUM
|
2021-10-27 13:03:05 +00:00
|
|
|
#define TOML_PURE_GETTER
|
|
|
|
#define TOML_PURE_INLINE_GETTER inline
|
|
|
|
#define TOML_RETURNS_BY_THROWING
|
|
|
|
#define TOML_TRIVIAL_ABI
|
|
|
|
#define TOML_UNLIKELY(...) (__VA_ARGS__)
|
2022-01-06 11:26:01 +00:00
|
|
|
#define TOML_UNLIKELY_CASE
|