mirror of
https://github.com/nlohmann/json.git
synced 2025-07-24 02:21:01 +03:00
moved from Catch to doctest for unit tests
This commit is contained in:
@ -31,7 +31,7 @@ SOFTWARE.
|
||||
// Only compile these tests if 'float' and 'double' are IEEE-754 single- and
|
||||
// double-precision numbers, resp.
|
||||
|
||||
#include "catch.hpp"
|
||||
#include "doctest_compatibility.h"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
using nlohmann::detail::dtoa_impl::reinterpret_bits;
|
||||
|
Reference in New Issue
Block a user