[Bug libstdc++/62082] New: cout fails to work with auto variable initialized with curvy brackets

2014-08-10 Thread aleksej.penkov at hotmail dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: aleksej.penkov at hotmail dot com This simple code (compiled with -std=c++11 -Wall): #include int main() { double d = 5.5; auto a {d}; std::cout<’ lvalue to ‘

[Bug libstdc++/62082] cout fails to work with auto variable initialized with curvy brackets

2014-08-10 Thread aleksej.penkov at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62082 --- Comment #1 from Aleksej --- Created attachment 33284 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33284&action=edit source file with issue

[Bug libstdc++/62082] cout fails to work with auto variable initialized with curvy brackets

2014-08-11 Thread aleksej.penkov at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62082 Aleksej changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---