Derrick Lyndon Pallas e15954a4bd Avoid array-bounds error when debug/fortify enabled
This code causes GCC to error out due to a bounds error with the following set

	-D_GLIBCXX_DEBUG
	-D_FORTIFY_SOURCE=2

The solution is to copy via iterator.
2019-08-13 14:49:07 +08:00
..
2015-10-20 09:13:35 +11:00
2015-10-20 09:13:35 +11:00