
13 Dec
2007
13 Dec
'07
10:15 p.m.
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