refactor: move visit() from value.hpp to visit.hpp

This commit is contained in:
ToruNiina
2020-01-31 22:48:03 +09:00
parent aa8d574dfe
commit 388e9db32b
3 changed files with 83 additions and 72 deletions

View File

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