Mark Gillard
|
97132cb27c
|
added preserve_source_value_flags
also:
- fixed natvis file for v3 namespace
- small refactors
|
2021-10-29 16:28:04 +03:00 |
|
Mark Gillard
|
bd9944a31a
|
removed double-bracket requirement for toml::table constructor
also:
- fixed incorrect `noexcept` specifications on many functions
- fixed missing `#include <initializer_list>`
- removed unnecessary uses of `final`
|
2021-10-26 23:53:27 +03:00 |
|
Mark Gillard
|
dbc078202d
|
removed internal operator""_sz (ADL is a cruel mistress)
also:
- applied clang-format to tests
- added some missing `TOML_API`
|
2021-10-26 16:49:23 +03:00 |
|
Mark Gillard
|
7da912c45e
|
fixed incorrect clang+GCC flag in meson build script
also:
- renamed `_impl.h` files to `*.inl`
- simplified warning + namespace management boilerplate
- applied clang-format to examples
- bumped minimum required meson version to `0.54.0`
|
2021-10-26 00:53:57 +03:00 |
|