$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-10-03 12:58:38
On 10/03/07 08:07, Felipe Magno de Almeida wrote:
> On 10/3/07, Rene Rivera <grafikrobot_at_[hidden]> wrote:
>
> [snip]
>
>> So if any one has ideas on how to solve the problem of generating C++
>> based parser with minimal fuzz please speak up :-) (And by minimal I
>> mean not requiring a large chunk of external code or tools)
>
> I'm not getting it. What is the problem of using header-only libraries
> in C++ bjam rewrite?
>
I assume you're thinking of spirit, since, according to this:
cd ~/prog_dev/boost-svn/ro/trunk/libs/spirit/
find . -type d -name src
Compilation finished at Wed Oct 3 11:55:40
there's only headers in spirit. Is that right?