libstdc++: Add testcase for std::pair as a structural type [PR 97930]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 28 Apr 2021 17:14:05 +0000 (18:14 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 28 Apr 2021 17:17:40 +0000 (18:17 +0100)
commitc8767ee9f9355a63bfeb8318df32bc39c5b0f3ad
treefd812f6472c1330ee203d2ea3b8cebfb02115100
parentda4a0817beb506bc1c05d85e783ba6ffd079a194
libstdc++: Add testcase for std::pair as a structural type [PR 97930]

This PR was fixed by r12-221-ge1543e694dadf1ea70eb72325219bc0cdc914a35
(for compilers that support C++20 Concepts) so this adds the testcase.

libstdc++-v3/ChangeLog:

PR libstdc++/97930
* testsuite/20_util/pair/requirements/structural.cc: New test.
libstdc++-v3/testsuite/20_util/pair/requirements/structural.cc [new file with mode: 0644]