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 next 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.
Re: StaticMutex::Get does not compile in svn [message #15737 is a reply to message #15733] Tue, 06 May 2008 21:25 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yes, already fixed, sorry.

Mirek
Re: StaticMutex::Get does not compile in svn [message #15835 is a reply to message #15737] Sat, 10 May 2008 12:20 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
luzr wrote on Tue, 06 May 2008 21:25

Yes, already fixed, sorry.

Mirek


Still present in latest uvs/svn....

Max
Re: StaticMutex::Get does not compile in svn [message #15838 is a reply to message #15835] Sat, 10 May 2008 21:12 Go to previous message
hans is currently offline  hans
Messages: 44
Registered: March 2006
Location: Germany
Member
Yes, as I reported.
Currently svn repository seems a little bit out of sync.
Some changes are made, but a windows compile is not possible.

We should wait until next week and enjoy the good weather Smile
Previous Topic: int16 support in Value?
Next Topic: Using NTL outside of U++?
Goto Forum:
  


Current Time: Fri Apr 26 09:34:06 CEST 2024

Total time taken to generate the page: 0.05131 seconds