mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
53f29d9365
There's no new functionality here. It's purely tooling + CI stuff: - moved `python` => `tools` - moved documentation images to subfolder - moved `vs/tests` to tests/vs projects - moved `vs` solution etc to root - added semicolons to macros - added cpp.hint to help VS intellisense - migrated documentation generation to external lib
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
#define TOML_API
|
|
#define TOML_ATTR(...)
|
|
#define TOML_ALWAYS_INLINE inline
|
|
#define TOML_NEVER_INLINE
|
|
#define TOML_TRIVIAL_ABI
|
|
#define TOML_ABSTRACT_BASE
|
|
#define TOML_EMPTY_BASES
|
|
#define TOML_MAY_THROW
|
|
#define TOML_CONSTEVAL constexpr
|
|
#define TOML_LIKELY(...) (__VA_ARGS__)
|
|
#define TOML_UNLIKELY(...) (__VA_ARGS__)
|
|
#define TOML_NODISCARD_CTOR
|
|
#define TOML_EXTERNAL_LINKAGE
|
|
#define TOML_INTERNAL_LINKAGE
|