On Sat, 29 Oct 2011, Jonathan Wakely wrote:
On 29 October 2011 19:01, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: The problem is that the mutex contains a volatile type and can't be copied by the implicit-declared copy constructor. I'll have to look into this further tomorrow to see if it's a G++ problem or something we need to work around in the library.
Thanks, I appreciate it :-) Dimitris