On Wed, Oct 20, 2010 at 9:50 AM, Ovanes Markarian
<om_boost@keywallet.com> wrote:
On 10/20/10 12:54 AM, Ovanes Markarian wrote:
Hello *,
[...]
Joel,
thanks for the answer. I unfortunatelly do not find the required header.
I tried to include #include <boost/spirit/include/support_iso8859_1.hpp>
But compiler still blames: that namespace iso8859_1 is not found.
With Kind Regards,
Ovanes
I opended the appropriate header boost/spirit/home/support/char_encoding/iso8859_1.hpp
And see that iso8859_1 is a struct contained in boost::spirit::char_encoding namespace.
But I still have compilation errors even with:
using namespace boost::spirit::char_encoding::iso8859_1;