The following code is broken:
std::visit([]{});
Paths
| Differential D33090
Fix `std::visit` for the zero variants case. ClosedPublic Authored by mpark on May 11 2017, 12:24 AM.
Details Summary The following code is broken: std::visit([]{});
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 11 2017, 12:26 AM Closed by commit rL302773: Fix `std::visit` for the zero variants case. (authored by mpark). · Explain WhyMay 11 2017, 12:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 98589 libcxx/trunk/include/variant
libcxx/trunk/test/std/utilities/variant/variant.visit/visit.pass.cpp
|