$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] mpl pow10 sequence
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2011-06-18 14:06:09
Hi,
my first steps in mpl :>) I try to build a sequence/vector of pow10
sequence of integers and access them by index at runtime. See the last
line of a concept usage. The range of exponents are in range [0..7] so
the mpl::vector7 would be appropriate. Anyway, I don't get a compile
able version using mpl's next, fold etc. How can I get this?
Thanks,
Olaf