🚧 fixed more warnings
This commit is contained in:
parent
345a106d73
commit
8cec55a271
10 changed files with 82 additions and 30 deletions
|
|
@ -63,9 +63,9 @@ TEST_CASE("bad_alloc")
|
|||
}
|
||||
}
|
||||
|
||||
bool next_construct_fails = false;
|
||||
bool next_destroy_fails = false;
|
||||
bool next_deallocate_fails = false;
|
||||
static bool next_construct_fails = false;
|
||||
static bool next_destroy_fails = false;
|
||||
static bool next_deallocate_fails = false;
|
||||
|
||||
template<class T>
|
||||
struct my_allocator : std::allocator<T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue