mirror of
https://github.com/nlohmann/json.git
synced 2026-05-03 04:45:24 +00:00
this should really fix the XCode 6/7 builds
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef DOCTEST_COMPATIBILITY
|
||||
#define DOCTEST_COMPATIBILITY
|
||||
|
||||
#define DOCTEST_THREAD_LOCAL // enable single-threaded builds on XCode 6/7 - https://github.com/onqtam/doctest/issues/172
|
||||
#include "doctest.h"
|
||||
|
||||
// Catch doesn't require a semicolon after CAPTURE but doctest does
|
||||
|
||||
Reference in New Issue
Block a user