catch_interfaces_config.cpp 93 B

12345
  1. #include "catch_interfaces_config.h"
  2. namespace Catch {
  3. IConfig::~IConfig() = default;
  4. }