add detail/conversions/to_json.hpp

This commit is contained in:
Théo DELRIEU
2017-08-14 16:40:38 +02:00
parent e0c02c14f0
commit 21881606f2
3 changed files with 340 additions and 322 deletions

View File

@@ -8,7 +8,8 @@ SRCS = ${SRCDIR}/json.hpp \
${SRCDIR}/detail/meta.hpp \
${SRCDIR}/detail/exceptions.hpp \
${SRCDIR}/detail/value_t.hpp \
${SRCDIR}/detail/conversions/from_json.hpp
${SRCDIR}/detail/conversions/from_json.hpp \
${SRCDIR}/detail/conversions/to_json.hpp