$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Range to boost::array / make_array?
From: Olaf van der Spek (ml_at_[hidden])
Date: 2012-04-16 12:29:40
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.
-- Olaf