mirror of
https://github.com/nlohmann/json.git
synced 2025-08-13 14:42:28 +03:00
🔨 small cleanup
This commit is contained in:
@@ -69,9 +69,9 @@ TEST_CASE("bad_alloc")
|
||||
|
||||
namespace
|
||||
{
|
||||
static bool next_construct_fails = false;
|
||||
static bool next_destroy_fails = false;
|
||||
static bool next_deallocate_fails = false;
|
||||
bool next_construct_fails = false;
|
||||
bool next_destroy_fails = false;
|
||||
bool next_deallocate_fails = false;
|
||||
|
||||
template<class T>
|
||||
struct my_allocator : std::allocator<T>
|
||||
|
Reference in New Issue
Block a user