$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vít Kasal (vit.kasal_at_[hidden])
Date: 2007-06-18 03:58:56
Hi,
I have a problem with using pop_front on an integral sequence.
pop_front< vector_c<T, c1, c2, ... cn> >::type
results in
vector<c2, ... cn>
Is it intended behavior? Is there some way to get
vector_c<T, c2, ... cn> >
Thanks
Vit