Boost logo

Boost :

From: Daniel Wesslén (daniel_at_[hidden])
Date: 2006-11-01 05:22:57


Roland Schwarz wrote:
> What is wrong or "unsimple" about:
>
> clsss X
> {
> std::mutex class_data_member;
>
> X() : class_data_member(0)
> {}
> }

It's not needed for other library-defined types, and usually not for
user-defined types.

-- 
Daniel Wesslén

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk