$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] lexical problem
From: Igor R (boost.lists_at_[hidden])
Date: 2009-09-14 14:36:16
> std::string datos=buf.data();
The above line invokes std::string constructor that expects to get
c-style null-terminated string. Are you sure your "buf" contains such
a string?