added noexcept and constexpr

This commit is contained in:
Niels 2016-02-14 16:42:48 +01:00
parent 61fe90f998
commit a69b1a6f0b
4 changed files with 266 additions and 168 deletions

View file

@ -24,6 +24,15 @@ json_unit: test/unit.cpp src/json.hpp test/catch.hpp
$(CXX) -std=c++11 $(CXXFLAGS) $(FLAGS) $(CPPFLAGS) -I src -I test $< $(LDFLAGS) -o $@
##########################################################################
# documentation tests
##########################################################################
# compile example files and check output
doctest:
make check_output -C doc
##########################################################################
# static analyzer
##########################################################################