Logo
Explore Help
Sign In
catchorg/Catch2
1
0
Fork 1
You've already forked Catch2
mirror of https://github.com/catchorg/Catch2.git synced 2025-10-05 19:41:09 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
7c9f92bc1c6e82ad5b6af8dff9f97af880fae9c6
Catch2/include/internal/catch_interfaces_exception.cpp

7 lines
199 B
C++
Raw Normal View History

Small updates to include directives (#1726) Fixed some inconsistencies in include directives.
2019-09-08 14:25:23 +02:00
#include "catch_interfaces_exception.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 {
IExceptionTranslator::~IExceptionTranslator() = default;
IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 62ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API