add detail/value_t.hpp

This commit is contained in:
Théo DELRIEU 2017-08-14 15:58:56 +02:00
parent 8c555db970
commit 7056b375c4
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
3 changed files with 81 additions and 65 deletions

View file

@ -6,7 +6,8 @@ SRCS = ${SRCDIR}/json.hpp \
${SRCDIR}/detail/macro_scope.hpp \
${SRCDIR}/detail/macro_unscope.hpp \
${SRCDIR}/detail/meta.hpp \
${SRCDIR}/detail/exceptions.hpp
${SRCDIR}/detail/exceptions.hpp \
${SRCDIR}/detail/value_t.hpp