We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
It would be nice to have:
templateclass basic_mime {public:void stream_out ( std::ostream &out ) { // called by operator <<
be changed to:
void stream_out ( std::ostream &out ) const { // called by operator <<