Reviving old code.

This commit is contained in:
Martin Felis
2025-11-11 09:03:24 +01:00
parent 382730960f
commit 791bf36b90
3 changed files with 6 additions and 6 deletions
@@ -49,7 +49,7 @@ class StdAllocator {
StdAllocator(const StdAllocator&) noexcept {}
template <class _Other>
StdAllocator<value_type>(const StdAllocator<_Other>&) noexcept {}
StdAllocator(const StdAllocator<_Other>&) noexcept {}
template <class _Other>
struct rebind {