[6811] Use unordered_map only from gcc 4.3.x where it became deprecated

This commit is contained in:
Wyk3d 2008-11-09 11:58:01 +02:00
parent 928ea2bdcf
commit 61a3159c31
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6810"
#define REVISION_NR "6811"
#endif // __REVISION_NR_H__