BUGFIX VC9 does not support unordered_map

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1075 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/2/head
rave3d 2011-09-04 07:40:25 +00:00
parent 78493b833c
commit c01d81c882
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <typeinfo>
//
#if _MSC_VER >= 1500 || (defined __GNUC___)
#if _MSC_VER > 1500 || (defined __GNUC___)
# define ASSIMP_STEP_USE_UNORDERED_MULTIMAP
# else
# define step_unordered_map map