Merge branch 'develop' into feature/fastcov
This commit is contained in:
commit
cf6b6692aa
4 changed files with 72 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue