[Bug c++/66443] New: Virtual inheritance vs. non-default constructors

2015-06-06 Thread vpozdyayev at gmail dot com
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: vpozdyayev at gmail dot com Target Milestone: --- This code has become valid in C++14, see http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1611 (and #1658). Current result: main.cpp: In constructor '

[Bug c++/57560] Variadic templates, unwarranted warnings

2013-06-07 Thread vpozdyayev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57560 --- Comment #2 from vpozdyayev at gmail dot com --- Almost. This time it's "parameter" instead of "variable".

[Bug c++/57560] New: Variadic templates, unwarranted warnings

2013-06-07 Thread vpozdyayev at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: vpozdyayev at gmail dot com Created attachment 30276 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30276&action=edit test case Test case: see the attachment. Command line: "g++ test.cpp -Wall -Wextra -std=c++11&quo

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

2013-05-01 Thread vpozdyayev at gmail dot com
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

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

2013-05-01 Thread vpozdyayev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57139 Bug #: 57139 Summary: std::tuple conversion constructor does the wrong checks Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED