feat: update codes to v4

This commit is contained in:
ToruNiina
2024-06-15 19:13:02 +09:00
parent 7277ebdbad
commit 7c123ab378
95 changed files with 16635 additions and 10798 deletions

5
src/value_t.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <toml11/impl/value_t_impl.hpp>
#if ! defined(TOML11_COMPILE_SOURCES)
#error "Define `TOML11_COMPILE_SOURCES` before compiling source code!"
#endif