Subject: Re: [Boost-users] AIX and Boost.PropertyTree
From: Ryan Gallagher (ryan.gallagher_at_[hidden])
Date: 2010-10-09 23:06:08


Will Mason <willchido <at> gmail.com> writes:

>
>
> The errors, all of which are attributed to the last line of code above, are:
>
> [...]The qualifier "subs" is not defined in the current scope.

Just a guess, but try adding "basic_ptree<K, D, C>::" before "subs" at
each of those lines. HTH,

-Ryan