Skip to content

Commit

Permalink
Merge pull request #450 from nlohmann/TurpentineDistillery-feature/lo…
Browse files Browse the repository at this point in the history
…cale_independent_str_to_num

TurpentineDistillery feature/locale independent str to num
  • Loading branch information
nlohmann authored Feb 14, 2017
2 parents c95ff86 + 265c5b5 commit 22b9a30
Show file tree
Hide file tree
Showing 6 changed files with 624 additions and 354 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cppcheck:

# run clang sanitize (we are overrding the CXXFLAGS provided by travis in order to use gcc's libstdc++)
clang_sanitize: clean
CXX=clang++ CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE)
CXX=clang++ CXXFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer" $(MAKE) check


##########################################################################
Expand Down
Loading

0 comments on commit 22b9a30

Please sign in to comment.