$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] convert boost::mpl::vector_c<int> into const int[]
From: Peter Foelsche (peter_foelsche_at_[hidden])
Date: 2009-06-15 16:59:28
Is there any way to convert a boost::mpl::vector_c<int> into a const int[]
without using boost::mpl::for_each?