Boost logo

Boost Users :

From: Michael Linck (mgl_at_[hidden])
Date: 2007-10-30 19:56:29


I've not used the functionality you mentioned but I don't think that the
way you're setting up your stringstream you might have to actually use
the output operator to get the desired result. getline(ss,
aStringVariable); should do that for you.

> ss << inpDate;
>
> return ss.str();
> }


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