25 #define ZYPP_USE_RESOLVER_INTERNALS
63 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
66 {
return new Impl( *
this ); }
71 : _pimpl( new
Impl() )
75 : _pimpl( new
Impl( std::move(description) ) )
79 : _pimpl( new
Impl( std::move(description), std::move(details) ) )
130 os <<
"Solution:" << endl;
140 for (
const auto & ptr: obj )