$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2007-12-13 18:22:55
Hi.
Thank you for the reply.
> 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 );
That change is not strictly needed but only seemed the right cosmetic
'thing to do' a few lines above. And since it was 'only whitespace' we
did not remove it.
>> - static Left const L1( 1 );
>> - static Right const R1( 1 );
>> + static Left const leftOne ( 1 );
>> + static Right const rightOne( 1 );
HP-UX pa-risc 11.11 system headers define a macro R1 to mean 1 so
local variables named R1 in boost code cause a compilation error. L1 was
changed to keep it in sync with its R1 counterpart.
Thanks again.
Best regards,
Jurko GospodnetiÄ