Removed tbc_text_format (superceded by TextFlow)

This commit is contained in:
Phil Nash
2017-07-20 23:20:42 +01:00
parent 6ec7709e07
commit 3a37f45a97
6 changed files with 5 additions and 198 deletions

View File

@@ -11,15 +11,13 @@
#include "../internal/catch_reporter_registrars.hpp"
#include "../internal/catch_console_colour.hpp"
#include "../internal/catch_version.h"
#include "../internal/catch_clara.h" // For TextFlow
#include "../internal/catch_text.h"
#include <cfloat>
#include <cstdio>
namespace Catch {
using namespace clara::TextFlow;
struct ConsoleReporter : StreamingReporterBase<ConsoleReporter> {
using StreamingReporterBase::StreamingReporterBase;

View File

@@ -23,8 +23,6 @@
namespace Catch {
using namespace clara::TextFlow;
struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> {
TeamCityReporter( ReporterConfig const& _config )
: StreamingReporterBase( _config )