Boost logo

Boost Users :

Subject: Re: [Boost-users] [bind] and [function] : question on binding member function
From: Ivan Kharin (korsar_at_[hidden])
Date: 2009-09-08 07:59:42


Add copy constructor:

B::B( const B& src )
: str( new std::string( *src.str ) )
{
}

--
Regards,
Ivan Kharin

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net