User profile: AndreyT

User info
User name:AndreyT
History
Joined:
Number of posts:3
Latest posts:

std::ostream protected move constructor?
[code]std::ostream[/code], by design, is intended to serve as an abstract base class. You should nor...

same name for type as for an array-variable
The fact that GCC issues a diagnostic message for this code (which becomes an "error" in [code]-peda...

keyword "class" is inconsistent?
It is not clear what you are expecting this to do. The standalone [code]class c;[/code] declaratio...