Skip to content

Commit

Permalink
closes #104 and integrates code from #93
Browse files Browse the repository at this point in the history
Iterators are now implemented via const_iterators and reverse_iterator
and const_reverse_iterator now share a template class. Thanks a lot!
  • Loading branch information
nlohmann committed Jul 14, 2015
1 parent 1c8d5dc commit 5c813b6
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 1,253 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ doxygen: create_output create_links
gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html
gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html

upload: doxygen check_output
upload: clean doxygen check_output
cd html ; ../git-update-ghpages nlohmann/json
rm -fr html
open http://nlohmann.github.io/json/
Expand Down
Loading

0 comments on commit 5c813b6

Please sign in to comment.