google / sawbuck

Automatically exported from code.google.com/p/sawbuck
107 stars 40 forks source link

VS2010 - std::set::iterator now exposes a const element type #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Under VS2010, the grinder project fails to build because the code assumes it 
can modify a set element via an iterator. In the latest iteration of the C++ 
standard, this is not allowed (as it can invalidate the set constraint).

Original issue reported on code.google.com by rog...@chromium.org on 22 May 2012 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by siggi@chromium.org on 22 May 2012 at 9:16