$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [mpl] how can I pattern-match a 'built' mpl::vector?
From: Gabriel Redner (gredner_at_[hidden])
Date: 2012-03-26 11:14:04
> I'm having trouble doing that, since the result of push_back is not an
> mpl::vector type, so how do I go about matching this?
mpl::is_sequence should allow you to detect a nested sequence.
-Gabe