allocators
parent
ffa20e0e51
commit
20ceffd64a
|
@ -23,6 +23,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <blt/std/utility.h>
|
#include <blt/std/utility.h>
|
||||||
#include <blt/std/types.h>
|
#include <blt/std/types.h>
|
||||||
|
#include <blt/compatibility.h>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
|
@ -546,7 +547,7 @@ namespace blt
|
||||||
::delete[] t;
|
::delete[] t;
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr ~constexpr_allocator() = default;
|
BLT_CPP20_CONSTEXPR ~constexpr_allocator() = default;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue