Updates, including improvement to atomic code to ensure portability.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1031 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2008-08-01 20:58:09 +00:00
parent 4e55f0a208
commit b49966dc03
6 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void GraphDataPre::splitList(size_t axis) {
struct SmartLess{
inline operator () (const String& a, const String& b) const { return smart_less(a,b); }
inline bool operator () (const String& a, const String& b) const { return smart_less(a,b); }
};
DECLARE_TYPEOF(map<String COMMA UInt COMMA SmartLess>);