U++ framework
Do not panic. Ask here before giving up.

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: Tue May 05 06:22:09 GMT+2 2026

Total time taken to generate the page: 0.01337 seconds