mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 09:08:08 +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."
|
||||
#endif
|
||||
|
||||
#include "toml/traits.hpp"
|
||||
#include "toml/utility.hpp"
|
||||
#include "toml/exception.hpp"
|
||||
#include "toml/datetime.hpp"
|
||||
#include "toml/value.hpp"
|
||||
#include "toml/parser.hpp"
|
||||
#include "toml/to_toml.hpp"
|
||||
#include "toml/from_toml.hpp"
|
||||
#include "toml/get.hpp"
|
||||
|
Reference in New Issue
Block a user