Commit 666e0f5a by Robert Lipe

Per Martin.

From-SVN: r20191
parent 0d4ba75b
// Build don't link:
// Since the constructor is in streambuf.h, additional diagnostics are
// produced, which are not really supported in the old-deja framework
// excess errors test - XFAIL *-*-*
#include <strstream.h>
void
t( char* buf )
{
istrstream str = buf;
istrstream str = buf; //ERROR - inaccessible copy constructor
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment