Merge branch 'dev-better-verbosity' of https://github.com/BMBurstein/Catch

This commit is contained in:
Martin Hořeňovský
2017-07-19 23:15:54 +02:00
18 changed files with 293 additions and 269 deletions

View File

@@ -48,7 +48,7 @@ namespace Catch {
}
class JunitReporter : public CumulativeReporterBase {
class JunitReporter : public CumulativeReporterBase<JunitReporter> {
public:
JunitReporter( ReporterConfig const& _config )
: CumulativeReporterBase( _config ),