phobos/std/range
anonymous 0842fc7841 @nogc for std.range.primitives.{empty,save,popFront,popBack,front,back}
Excluding the UTF-decoding variants, because those throw GC allocated
exceptions.

Makes sure that issue 12666 - "@nogc std.array.front, popFront, and more"
stays fixed.
2015-04-23 22:15:41 +02:00
..
interfaces.d Merge pull request #2996 from quickfur/std_algo_cleanup 2015-02-16 16:50:14 -08:00
package.d Merge pull request #3123 from aG0aep6G/14373 2015-04-17 21:47:26 +02:00
primitives.d @nogc for std.range.primitives.{empty,save,popFront,popBack,front,back} 2015-04-23 22:15:41 +02:00