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 » Core/Ol_Set.cpp should to change!
Core/Ol_Set.cpp should to change! [message #19003] Tue, 04 November 2008 16:02 Go to previous message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Hello!
I think that file Core/Ol_Set.cpp wich contain:

//#BLITZ_PROHIBIT

#ifndef flagNONAMESPACE
namespace Upp {
#endif

void Set__(volatile bool& b)
{
	//WriteMemoryBarrier should be here
	b = true;
}

#ifndef flagNONAMESPACE
};
#endif


will be great to change in this:

//#BLITZ_PROHIBIT

NAMESPACE_UPP

void Set__(volatile bool& b)
{
	//WriteMemoryBarrier should be here
	b = true;
}

END_UPP_NAMESPACE


Now, the functionality is identical, but in future when will need to add changes, will be great to change only Core.Core.h!
 
Read Message
Read Message
Previous Topic: Report serialization
Next Topic: (Possible) Serialization issue
Goto Forum:
  


Current Time: Sat May 11 10:53:38 CEST 2024

Total time taken to generate the page: 0.03795 seconds