mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Added copy ctor to ReporterConfig to get rid of warnings
This commit is contained in:
9
projects/SelfTest/SurrogateCpps/catch_tags.cpp
Normal file
9
projects/SelfTest/SurrogateCpps/catch_tags.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// catch_tags.cpp
|
||||
// CatchSelfTest
|
||||
//
|
||||
// Created by Phil Nash on 19/09/2012.
|
||||
//
|
||||
//
|
||||
|
||||
#include "catch_tags.h"
|
14
projects/SelfTest/SurrogateCpps/catch_tags.h
Normal file
14
projects/SelfTest/SurrogateCpps/catch_tags.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// catch_tags.h
|
||||
// CatchSelfTest
|
||||
//
|
||||
// Created by Phil Nash on 19/09/2012.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef __CatchSelfTest__catch_tags__
|
||||
#define __CatchSelfTest__catch_tags__
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#endif /* defined(__CatchSelfTest__catch_tags__) */
|
Reference in New Issue
Block a user