ultimatepp/uppsrc/Core/OL_Set.cpp
cxl c29c7ad9fa Core: IsInf
git-svn-id: svn://ultimatepp.org/upp/trunk@6790 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-01-18 14:44:03 +00:00

17 lines
260 B
C++

//#BLITZ_PROHIBIT
// This file is explicitly removed from BLITZ to avoid inline optimizations
#ifndef flagNONAMESPACE
namespace Upp {
#endif
void Set__(volatile bool& b)
{
//WriteMemoryBarrier should be here
b = true;
}
#ifndef flagNONAMESPACE
};
#endif