$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] how are the iterative/looping mechanism implemented in boost preprocessor?
From: Marc Poulin (marc.a.poulin_at_[hidden])
Date: 2011-05-25 00:20:47
On Tue, May 24, 2011 at 8:07 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:
> Actually the preprocessor doesn't support recursion.
>
>
You are correct. Section 16.3.4 of the standard ("Rescanning and further
replacement") uses the term "nested replacements" which is different from
recursion.
Marc Poulin