Moved tostring impl into catch_tostring.hpp

This commit is contained in:
Phil Nash
2014-04-23 07:03:15 +01:00
parent 97150f27ac
commit 328a469c03
4 changed files with 150 additions and 110 deletions

View File

@@ -34,6 +34,7 @@
#include "catch_common.hpp"
#include "catch_section.hpp"
#include "catch_debugger.hpp"
#include "catch_tostring.hpp"
#include "../reporters/catch_reporter_xml.hpp"
#include "../reporters/catch_reporter_junit.hpp"