ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
Boost.Threads: concept requirements
by davlet_panech other posts by this author
Jan 30 2002 4:21PM messages near this date
Help - python doesn't see my init method. | Re: Boost.Threads: concept requirements
Hi,

It seems that the current implementation of some Boost.Threads
classes violates it's concept requirements, for example, here's how
condition::wait() looks like:

template <typename L> 
void wait(L& lock)
{
if (!lock)
throw lock_error();

do_wait(lock.m_mutex);
}


Type L is supposed to implement ScopedLock concept, which, unless I
am mistaken, doesn't mention anything named `m_mutex'. Am I missing
something here?

Thanks,
D.P.
Thread:
davlet_panech
bill_kempf
davlet_panech
bill_kempf
davlet_panech

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved