8 Sep
2009
8 Sep
'09
11:59 a.m.
Add copy constructor: B::B( const B& src ) : str( new std::string( *src.str ) ) { } -- Regards, Ivan Kharin