Fix compilation when using g++ with libc++

Fixes #1110
This commit is contained in:
Martin Hořeňovský 2017-11-19 14:47:18 +01:00
parent 505d2f8977
commit b083b04126
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
// We need a dummy global operator<< so we can bring it into Catch namespace later
struct Catch_global_namespace_dummy;
struct Catch_global_namespace_dummy {};
std::ostream& operator<<(std::ostream&, Catch_global_namespace_dummy);
namespace Catch {