This website requires JavaScript.
Explore
Help
Sign In
catchorg
/
Catch2
Watch
1
Star
0
Fork
1
You've already forked Catch2
mirror of
https://github.com/catchorg/Catch2.git
synced
2025-10-15 16:25:31 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4e3767e265808590986d5db6ca1b5532a7f3d13
Catch2
/
include
/
internal
/
catch_interfaces_config.cpp
6 lines
93 B
C++
Raw
Normal View
History
Unescape
Escape
Small updates to include directives (#1726) Fixed some inconsistencies in include directives.
2019-09-08 14:25:23 +02:00
#
include
"catch_interfaces_config.h"
Sweep out some extra warnings Swept: `-Wpadded` in some places (where it caused extra size, instead of just saying "hey, we padded struct at the end to align, just as standard says") `-Wweak-vtables` everywhere (Clang) `-Wexit-time-destructors` everywhere (Clang) `-Wmissing-noreturn` everywhere (Clang) The last three are enabled for Clang compilation going forward. Also enabled `-Wunreachable-code` for Clang and GCC
2017-09-07 16:51:33 +02:00
namespace
Catch
{
IConfig
:
:
~
IConfig
(
)
=
default
;
}
Reference in New Issue
Copy Permalink