Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submi...
m_should_comma }, 4 changes: 2 additions & 2 deletions 4 src/catch2/internal/catch_jsonwriter.hpp Original file line numberDiff line numberDiff line change @@ -65,7 +65,7 @@ namespace Catch { JsonObjectWriter( std::ostream& os ); JsonObjectWriter( std::ostream& os, std::uint64...
comma := , empty := space := $(empty) $(empty) ifneq ("$(origin O)", "command line") O := output CONFIG_DIR := $(TOPDIR) NEED_WRAPPER = else # other packages might also support Linux-style out of tree builds ...
.gitignore .gitmodules CMakeLists.txt CMakeSettings.json Catch.hpp LICENSE MainTests.cpp PolyHook_2-config.cmake.in README.md Seal_of_Approval.png _config.yml Latest commit Cannot retrieve latest commit at this time. History History
@@ -845,7 +847,9 @@ std::istream& operator>>( std::istream &sin, Value &root ) Json::Reader reader; bool ok = reader.parse(sin, root, true); //JSON_ASSERT( ok ); #if !defined(JSON_READER_TEST_CPP) if (!ok) DEBUG_MESSAGE(reader.getFormattedErrorMessages(), MESSAGE_TYPE:...