Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » StaticMutex::Get does not compile in svn
StaticMutex::Get does not compile in svn [message #15733] Tue, 06 May 2008 20:25 Go to previous message
hans is currently offline  hans
Messages: 44
Registered: March 2006
Location: Germany
Member
Hi, function is
	Mutex& Get()         { if(!Readsection) Initialize(); return *const_cast<Mutex *>(section); }

but Readsection is not known.

should be perhaps
	Mutex& Get()         { if(!ReadWithBarrier(section)) Initialize(); return *const_cast<Mutex *>(section); }


Cheers, Hans.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: int16 support in Value?
Next Topic: Using NTL outside of U++?
Goto Forum:
  


Current Time: Wed May 08 20:56:11 CEST 2024

Total time taken to generate the page: 0.02571 seconds