$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-03-19 19:37:24
Tom Brinkman wrote:
> As you know, you can't pass a string as a template parameter.
> Nevertheless, I have found
> that I often need to do just that.
Just use mpl::vector_c<char, ....>.
Really, what else is there to do?