refactor: split get.hpp to get/find.hpp

This commit is contained in:
ToruNiina
2019-08-31 14:48:38 +09:00
parent c9543d8d9e
commit 9b43171b65
3 changed files with 357 additions and 346 deletions

View File

@@ -37,5 +37,6 @@
#include "toml/literal.hpp"
#include "toml/serializer.hpp"
#include "toml/get.hpp"
#include "toml/find.hpp"
#endif// TOML_FOR_MODERN_CPP