Joel de Guzman wrote:
> John Maddock wrote:
>> There seems to be a strange quirk in quickbook's table handling that means 

Ok, the rule for eol detection is wrong:


     eol = blank >> eol_p
         ;

It probably should be:


     eol = blank >> eol_p >> blank
         ;

will fix ASAP.

Regards,
-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to