gcc/libstdc++-v3/testsuite/20_util/variant
Jonathan Wakely 4a3f7992d2 PR libstdc++/89851 Add testcase for std::variant equality
Add a test for the regression introduced with r269422 and fixed with
r270056.

	PR libstdc++/89851
	* testsuite/20_util/variant/89851.cc: New test.

From-SVN: r270249
2019-04-10 11:43:39 +01:00
..
80165.cc re PR libstdc++/80165 (Constexpr tuple of variant doesn't work) 2018-05-13 13:36:12 +03:00
85183.cc Update copyright years. 2019-01-01 13:31:55 +01:00
86874.cc Update copyright years. 2019-01-01 13:31:55 +01:00
87431.cc PR libstdc++/87431 re-adjust never-valueless optimizations 2019-04-05 17:56:09 +01:00
87619.cc Update copyright years. 2019-01-01 13:31:55 +01:00
89851.cc PR libstdc++/89851 Add testcase for std::variant equality 2019-04-10 11:43:39 +01:00
90008.cc PR libstdc++/90008 remove unused capture from variant rel ops 2019-04-09 19:50:39 +01:00
any.cc Update copyright years. 2019-01-01 13:31:55 +01:00
compile.cc Rewrite variant, also PR libstdc++/85517 2019-03-06 14:56:05 +02:00
deduction.cc Update copyright years. 2019-01-01 13:31:55 +01:00
exception_safety.cc PR libstdc++/87431 re-adjust never-valueless optimizations 2019-04-05 17:56:09 +01:00
hash.cc Update copyright years. 2019-01-01 13:31:55 +01:00
index_type.cc Update copyright years. 2019-01-01 13:31:55 +01:00
run.cc PR libstdc++/87431 re-adjust never-valueless optimizations 2019-04-05 17:56:09 +01:00
visit.cc Add comments and style fixes to <variant> 2019-04-09 19:50:48 +01:00
visit_neg.cc Fix visit<R> for variant. 2019-04-08 22:45:48 +03:00
visit_r.cc Fix visit<R> for variant. 2019-04-08 22:45:48 +03:00