Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove exception from empty_allocator::deallocate()
The data copy will call deallocate no matter what, so be graceful. We will still catch cases where we try to allocate through the empty allocator. Signed-off-by: Joseph Schuchart <[email protected]>
- Loading branch information