1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-02 00:24:47 +02:00

Fix compilation when using g++ with libc++

Fixes 
This commit is contained in:
Martin Hořeňovský 2017-11-19 14:47:18 +01:00
parent 505d2f8977
commit b083b04126

@ -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 {