$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-12-13 17:15:26
Jurko GospodnetiÄ <jurko.gospodnetic <at> docte.hr> writes:
>
> [I am repeating this post as no one replied to it and I guess it could
> have gotten overlooked in the original thread.]
Sorry, for the delay. I did see your patch and I am not sure I understand it.
How removing somespaces and some variable name change helps this compiler?
> - predicate_result res( true );
> + predicate_result res( true );
> - static Left const L1( 1 );
> - static Right const R1( 1 );
> + static Left const leftOne ( 1 );
> + static Right const rightOne( 1 );
Gennadiy