feat: add ""_toml literal

This commit is contained in:
ToruNiina
2019-03-19 21:34:57 +09:00
parent 773c3816be
commit 982ae36428
2 changed files with 56 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
#endif
#include "toml/parser.hpp"
#include "toml/literal.hpp"
#include "toml/serializer.hpp"
#include "toml/from_toml.hpp"
#include "toml/get.hpp"