[Bug libstdc++/57139] std::tuple conversion constructor does the wrong checks

vpozdyayev at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu May 2 05:23:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57139

--- Comment #2 from vpozdyayev at gmail dot com 2013-05-02 05:22:57 UTC ---
Good point. Sadly, is_convertible is not equivalent to implicit convertibility
exactly due to that additional requirement (not sure if the latter is
intentional, or an StdLib defect).

Does the paper you mention address std::tuple or std::is_convertible?



More information about the Gcc-bugs mailing list