This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
Catch2
Watch
1
Star
0
Fork
0
forked from
catchorg/Catch2
Code
Pull Requests
Activity
Files
f764ee3d30e441db93d4b48b61340eaba7ecfb2b
Catch2
/
include
/
internal
/
catch_interfaces_config.cpp
T
6 lines
93 B
C++
Raw
Normal View
History
Unescape
Escape
Small updates to include directives (
#1726
)
2019-09-08 14:25:23 +02:00
#include
"catch_interfaces_config.h"
Sweep out some extra warnings
2017-09-07 16:51:33 +02:00
namespace
Catch
{
IConfig
::~
IConfig
()
=
default
;
}
Copy Permalink