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
Mark Gillard
7ddb98543c
fix is_homogeneous with outparam ( fixes #231 )
2024-07-12 11:43:25 +03:00
Mark Gillard
1f7884e591
workaround for weird symbol issue on nvc++
2024-03-19 14:07:25 +09:00
Chad Skeeters
482878fcd2
fix: uses tbl variable name rather than arr in table.get documentation ( #221 )
2024-02-20 02:12:22 +02: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