Namespaces
Variants
Actions

Talk:cpp/io/basic istream/basic istream

From cppreference.com
< Talk:cpp‎ | io

[edit] Compiler error with the example

Note that GCC appears to have a bug that makes the example, as it stands now, not compile. The move constructor is not being called as it should be. Kumiponi (talk) 12:25, 23 October 2014 (PDT)

yes, it's one of the many parts of C++11 not implemented in gcc. --Cubbi (talk) 13:27, 23 October 2014 (PDT)