Subject: [Boost-users] Expanding mpl::vector into mpl::matrix
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2008-09-22 14:05:30


I wanted to know what's the best to build my own compile-time container
that acts as a 2D matrix of integers and reuse most of MPL components.
I thought to have a matrix defined as a vector of vector and provide my
own at<M,I,J> meta-functions. Were they any attempt at such a thing
already tried ?

Thanks in advance.