|
Threads-Devel : |
Subject: [Threads-devel] [thread] BUG: null_mutex missing constructors in 1.53
From: Jurko Gospodnetiæ (jurko.gospodnetic_at_[hidden])
Date: 2013-02-11 08:01:33
Hi.
boost::null_mutex class seems to not have any constructors, as
defined in the Boost 1.53 library release.
My guess is that it used to have a default constructor but then
copying got disabled for that class by declaring a not-implemented copy
constructor which now prevents the compiler from generating the default
constructor.
Hope this helps.
Best regards,
Jurko Gospodnetiæ