mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 10:28:09 +08:00
add parse to toml.hpp
This commit is contained in:
6
toml.hpp
6
toml.hpp
@@ -33,11 +33,7 @@
|
|||||||
# error "toml11 requires C++11 or later."
|
# error "toml11 requires C++11 or later."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "toml/traits.hpp"
|
#include "toml/parser.hpp"
|
||||||
#include "toml/utility.hpp"
|
|
||||||
#include "toml/exception.hpp"
|
|
||||||
#include "toml/datetime.hpp"
|
|
||||||
#include "toml/value.hpp"
|
|
||||||
#include "toml/to_toml.hpp"
|
#include "toml/to_toml.hpp"
|
||||||
#include "toml/from_toml.hpp"
|
#include "toml/from_toml.hpp"
|
||||||
#include "toml/get.hpp"
|
#include "toml/get.hpp"
|
||||||
|
Reference in New Issue
Block a user