Léo Lam ea0335f7c1 Fix ChunkFile for std::set
Without this, attempts to savestate std::set will fail with an error
about dropping the const qualifier.

<Lioncash> leoetlino: I'll try to break it down: So, when you do a
 ranged-for on a container, it's essentially syntactic sugar over begin
 and end iterators. std::set is an associative container where the key
 type is the same as the value type, and so it's required that all
 iterator functions return constant iterators. If this wasn't a
 requirement, it would allow changing the ordering of elements from
 outside of the set's API (this is bad).
2017-01-14 19:00:19 +01:00
..
2016-10-04 16:34:26 -04:00
2016-12-06 20:33:53 +01:00
2016-10-29 13:35:23 +02:00
2015-05-25 13:11:47 +02:00
2017-01-14 19:00:19 +01:00
2016-01-21 21:16:51 +01:00
2016-07-16 22:48:46 +02:00
2016-07-16 22:48:46 +02:00
2016-10-23 00:43:08 +02:00
2016-09-24 22:41:53 +02:00
2017-01-12 21:30:11 +01:00
2017-01-12 21:30:11 +01:00
2017-01-12 21:30:11 +01:00
2017-01-12 21:30:11 +01:00
2016-07-19 11:20:02 -04:00