Split out internal error macros from the common path

This commit is contained in:
Martin Hořeňovský
2017-08-01 18:46:33 +02:00
parent c815ad1d53
commit feca97dfde
21 changed files with 52 additions and 12 deletions

View File

@@ -8,8 +8,10 @@
#ifndef TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED
#include "../internal/catch_enforce.h"
#include "../internal/catch_interfaces_reporter.h"
#include <algorithm>
#include <cstring>
#include <cfloat>