6 Commits

Author SHA1 Message Date
Niels Dekker
8eb4012353 TOML_DISABLE_NOEXCEPT_NOEXCEPT workaround MSVC bug noexcept + modules (#271) 2025-05-15 11:24:24 +03:00
Niels Dekker
cbc00d6766 add TOML_DISABLE_CONDITIONAL_NOEXCEPT_LAMBDA workaround MSVC error C2057 (#247)
Offered a workaround to compile errors like "error C2057: expected constant expression", when using the "legacy lambda processor" of Visual C++. Such compile errors were reported by Kevin Dick, Jan 19, 2024, at issue https://github.com/marzer/tomlplusplus/issues/219
2025-02-12 23:41:10 +02:00
tyler92
c4369ae1d8 fix stack overflow by limiting the maximum depth of dotted keys (#242) 2024-11-14 14:08:35 +02:00
Mark Gillard
1f7884e591 workaround for weird symbol issue on nvc++ 2024-03-19 14:07:25 +09:00
Mark Gillard
d46cac705a fixed #197
also:
- fixed `noexcept(...)` sometimes being incorrectly derived on `for_each()
- refactors
2023-09-05 13:53:23 +03:00
Mark Gillard
882d9d1c34 fixed gnu symbol visibility for static lib builds (fixes #201)
also:
- renamed header files to .hpp
- updated conformance tests
- minor documentation fixes
2023-08-26 17:41:29 +03:00