libstdc++: uninitialized_construct_using_allocator should use construct_at (LWG 3321)
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Feb 2020 12:14:54 +0000 (12:14 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 19 Feb 2020 12:46:57 +0000 (12:46 +0000)
commit5f3641d0c430523d839298a6876f907523811485
tree09c44623d9495b917c167f5a4fb534d0794801c9
parent020a03eec7054adb10396067fab69d0ace00aada
libstdc++: uninitialized_construct_using_allocator should use construct_at (LWG 3321)

* include/std/memory (uninitialized_construct_using_allocator): Use
std::construct_at (LWG 3321).
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/memory