$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [spirit] Support for one-pass iterators?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-10-19 10:06:26
Christian Schladetsch wrote:
> Sure, but this is basic C++. Before the ctor to grammar(...) is invoked, the
> arguments to it have been evaluated. This requires construction of its
> arguments.
That is not true. The base class constructor is called _before_ any
members are constructed. Try it yourself.