add detail/parsing/input_adapters.hpp

This commit is contained in:
Théo DELRIEU 2017-08-14 16:48:55 +02:00
parent 21881606f2
commit 7ab3e8d7b3
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
3 changed files with 261 additions and 240 deletions

View file

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