$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [MPL] new run-time algorithm: for_all
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-11-22 08:35:26
George van Venrooij wrote:
> I recently created a MPL-based run-time algorithm named "for_all"
> which you can find at the following location:
>
> http://tinyurl.com/5a9d9d
From a quick glance at the code, it seems to not be doing a simple
traversal but a recursive traversal.
Is that correct?