[Bug c++/60584] std::vector::emplace_back(...) use move constructor

2014-03-19 Thread ruslan at mullakh dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60584 --- Comment #1 from Ruslan Mullakhmetov --- Created attachment 32391 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32391&action=edit compiler output

[Bug c++/60584] New: std::vector::emplace_back(...) use move constructor

2014-03-19 Thread ruslan at mullakh dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ruslan at mullakh dot com Created attachment 32390 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32390&action=edit sample code the attached peace of code does not compile. complains on deleted move cons