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-variableThe 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...