mirror of
https://github.com/marzer/tomlplusplus.git
synced 2026-02-23 04:12:18 +00:00
also: - decoupled `TOML_EXCEPTION` from ex. mode (closes #13) - added `TOML_OPTIONAL_TYPE` customization point - added tests for a custom optional type - ci refactoring
10 lines
174 B
C
10 lines
174 B
C
#pragma once
|
|
|
|
#define TOML_LIB_MAJOR 0
|
|
#define TOML_LIB_MINOR 3
|
|
#define TOML_LIB_PATCH 3
|
|
|
|
#define TOML_LANG_MAJOR 0
|
|
#define TOML_LANG_MINOR 5
|
|
#define TOML_LANG_PATCH 0
|