[PATCH] Fix inline versioned namespace bootstrap
François Dumont
frs.dumont@gmail.com
Fri Aug 27 20:57:16 GMT 2021
Since std::allocator<void> is not specialized anymore in
_GLIBCXX_INLINE_VERSION mode _ExtPtr_allocator<void> specialization do
not compile
because std::allocator<void> is incomplete.
So I think primary _ExtPtr_allocator template should also be prefered in
_GLIBCXX_INLINE_VERSION mode.
Ok to commit ?
François
-------------- next part --------------
A non-text attachment was scrubbed...
Name: extptr_allocator.h.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20210827/905654c5/attachment.bin>
More information about the Libstdc++
mailing list