PR78052 Define std::allocator<void>::{construct,destroy}
authorJonathan Wakely <jwakely@redhat.com>
Thu, 20 Oct 2016 10:13:10 +0000 (11:13 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 20 Oct 2016 10:13:10 +0000 (11:13 +0100)
commit1d6360c85b896e69ac0075110a190a27cc1e5c39
tree193a71f9d020f0cc829b0057f387b3fe4bddf38c
parent4f63d614fa51b4f2f28ea8d61af765c6b58b90e2
PR78052 Define std::allocator<void>::{construct,destroy}

PR libstdc++/78052
* include/bits/allocator.h (allocator<void>::construct)
(allocator<void>::destroy): Define.
* testsuite/20_util/allocator/void.cc: New test.

From-SVN: r241365
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/allocator.h
libstdc++-v3/testsuite/20_util/allocator/void.cc [new file with mode: 0644]