On 16/04/12 18:29, Olaf van der Spek wrote:
Hi,
Is there a convenient function to make an array from a range?
I got a map with string keys which I'd like to replace with
array<char, 32> keys, but I'm missing said function.
copy_range< array<char, 32> >(r)