Boost logo

Boost Users :

Subject: Re: [Boost-users] issues appending strings
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-10-21 06:09:53


Hi:

I realize that, sorted, that’s what being visually challenged does!

Sean.

 

From: boost-users-bounces_at_[hidden] [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Igor R
Sent: 21 October 2009 11:06
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] issues appending strings

 

        I have a std::wstring defined like so:

        std::wstring OutputString;

        I then use the following code to try to append to it:

        OutputString.append(boost::gregorian::to_iso_extended_string(d));

        I receive the following errors:

 

std::wstring::append() expects std::wstring as its argument, not std::string;



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net