Re: [boost] spirit documentation bug

2003-03-21 Thread Joel de Guzman
Dave Gomboc wrote: > Section "Portability" > >> 8. Intel 7.0VisualAge C++ 5.02 > > should be split into two lines. Thanks for the various doc-bug reports. Duly noted. -- Joel de Guzman joel at boost-consulting.com http://www.boost-consulting.com http://spirit.sf.net __

[boost] spirit documentation bug

2003-03-20 Thread Dave Gomboc
Section "Portability" > 8. Intel 7.0VisualAge C++ 5.02 should be split into two lines. Dave ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] spirit documentation bug

2003-03-20 Thread Dave Gomboc
Page "Subrules": > ... yields a complex type. Thus, while it is easy to write: > > int r = i | j >> k; // where i, j, and k are ints > > Forget rules for a second. Expression templates... The sentence seems to be cut off in the middle. I'm not sure what the repair should be. Dave