Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Sandia-gcc-3.4.6 error on Boost.Graph
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-01-14 12:14:21


On Thu, 14 Jan 2010, sivananthan wrote:

>
> Hi Jeremiah,
>
> The following code fixes this problem.
>
> Add a constant int:
> const int f_twsc = parse_normalize_whitespace
> | parse_trim_whitespace | parse_comment_nodes;
> Change the line
> doc.BOOST_NESTED_TEMPLATE parse<f_tws |
> f_c>(&v.front());
> To this one:
> doc.BOOST_NESTED_TEMPLATE parse<f_twsc>(&v.front());
>
> --sivananthan

Thank you for the patch. Unfortunately, I am not the right person to
apply it as it is a fix in Boost.PropertyTree. You will need to contact
the maintainer of that library to have the fix applied.

-- Jeremiah Willcock


Boost-testing list run by mbergal at meta-comm.com