$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2005-12-06 11:06:05
 
> Max Motovilov wrote:
>  
> > Yet something fishy happens
> > with the state I can't quite put my finger on. Here's my example 
> > input:
> > 
> > =============
> > #define Foo(x) bar##x
> > Foo(foo1)
> > #define Foo(x) x##bar
> > #define Bar(x) x##foo
> > Foo(foo2)
> > Bar(bar1)
> > 
> > =============
> 
> [snip]
> 
> Yes, I'll have to look into this. My current implementation 
> was a first shot and Ive expected to get problems. Wave is 
> not written for error recovery, I'll have to invest some time 
> to insert reliable synchronisation points.
That's fixed now in CVS.
Regards Hartmut