boost 1.46.1

2011/5/16 Dane Springmeyer <[email protected]>

> Hi Yonggang,
>
> What boost version are you using?
>
> Also, ideally in the future provide a diff file of the changes you needed
> to make to the code. If you check out with subversion you can do this with:
>
> svn diff > mychanges.diff
>
> Dane
>
> On May 15, 2011, at 6:57 PM, 罗勇刚(Yonggang Luo) wrote:
>
> >             | ustring [_val = unicode_(_1) ]
> >             | attr [_val = construct<attribute>( _1 ) ]
> >             | '(' >> expr [_val = _1 ] >> ')'
> > //These lines got errors!, The first line can be resolved by replace with
>  attr [_val = ( _1 ) ], And I can't deal with the second line!
> > //Even though, the first line I can't to be sure if the resolve is
> correct!
> >             ;
> >
> >         attr %= '[' >> +(char_ - ']') >> ']';
> > #if BOOST_VERSION > 104200
> >
>
>


-- 
         此致
礼
罗勇刚
Yours
    sincerely,
Yonggang Luo
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to