Jonathan Wakely
1fa2c5a695
libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]
...
Also rename the test so it actually runs.
Signed-off-by: Jonathan Wakely <jwakely@redhat.com >
libstdc++-v3/ChangeLog:
PR libstdc++/102270
* include/std/tuple (_Tuple_impl): Add constexpr to constructor
missed in previous patch.
* testsuite/20_util/tuple/cons/102270.C: Moved to...
* testsuite/20_util/tuple/cons/102270.cc: ...here.
* testsuite/util/testsuite_allocator.h (SimpleAllocator): Add
constexpr to constructor so it can be used for C++20 tests.
2021-09-17 20:43:34 +01:00
..
2021-07-27 12:04:18 +01:00
2021-07-27 12:04:18 +01:00
2021-08-04 12:54:29 +01:00
2021-09-02 18:22:33 +01:00
2021-06-08 15:41:31 -07:00
2021-04-13 17:54:03 +01:00
2021-04-06 16:43:24 +01:00
2021-08-19 14:57:41 +01:00
2021-07-01 18:45:48 +01:00
2021-01-04 10:26:59 +01:00
2021-08-18 14:26:39 +01:00
2021-06-18 11:51:33 -04:00
2021-04-06 16:43:24 +01:00
2021-02-09 12:31:52 +00:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-04-06 16:43:24 +01:00
2021-09-02 17:48:45 +01:00
2021-07-23 13:27:45 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-04-06 16:43:24 +01:00
2021-05-07 23:45:52 +01:00
2021-01-04 10:26:59 +01:00
2021-04-21 12:59:58 +01:00
2021-07-16 15:03:03 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-06-22 20:58:43 +01:00
2021-08-03 15:30:36 +01:00
2021-07-09 15:13:38 +01:00
2021-01-04 10:26:59 +01:00
2021-06-18 14:46:58 +01:00
2021-09-16 23:06:38 +01:00
2021-06-25 18:47:44 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-08-23 16:17:10 +01:00
2021-08-03 15:41:11 +01:00
2021-08-09 20:46:56 +01:00
2021-07-01 00:25:46 +01:00
2021-04-22 13:59:32 +01:00
2021-01-04 10:26:59 +01:00
2021-04-06 16:43:24 +01:00
2021-01-04 10:26:59 +01:00
2021-09-16 22:59:47 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-04-06 16:43:24 +01:00
2021-05-10 21:10:34 +01:00
2021-04-06 16:43:24 +01:00
2021-01-04 10:26:59 +01:00
2021-07-14 12:23:33 +01:00
2021-06-25 18:41:30 +01:00
2021-07-01 18:45:48 +01:00
2021-05-17 17:56:57 +01:00
2021-09-17 20:43:34 +01:00
2021-08-24 16:12:44 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-01-04 10:26:59 +01:00
2021-08-17 14:22:49 +01:00
2021-08-25 22:29:26 +01:00
2021-07-27 12:04:18 +01:00
2021-01-04 10:26:59 +01:00
2021-09-13 12:28:06 -04:00