View Single Post
  #23  
Old 06-07-2014, 04:06 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

What is line 788 in map.cpp in your source code?

Is it?
Code:
i1 = iter->second;
Looks like it may be a bug in Visual Studio 2010: http://stackoverflow.com/questions/3...e-tuple-in-c0x

You should use 2013 Express, it's free and it'll work.
Reply With Quote