mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-02 13:25:41 +02:00
Regenerated single include
This commit is contained in:
@@ -3322,6 +3322,13 @@ namespace Catch
|
|||||||
{
|
{
|
||||||
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry
|
class ExceptionTranslatorRegistry : public IExceptionTranslatorRegistry
|
||||||
{
|
{
|
||||||
|
///////////////////////////////////////////////////////////////////////
|
||||||
|
~ExceptionTranslatorRegistry
|
||||||
|
()
|
||||||
|
{
|
||||||
|
deleteAll( m_translators );
|
||||||
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
virtual void registerTranslator
|
virtual void registerTranslator
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user