Boost logo

Boost :

From: Jeff Garland (jeff_at_[hidden])
Date: 2002-10-19 18:28:55


> By the way, i have had a problem when using the following:
> stringstream vl_Date_strm;
>
> vl_Date_strm << anExpEntry.vm_Date_date.month();
>
> i get an error:
>
> msvcprtd.lib(MSVCP70D.dll) : error LNK2005: "public: __thiscall
> std::locale::id::id(unsigned int)" (??0id_at_locale@std@@QAE_at_I@Z) already
> defined in DailyFinanceManager.obj
>
> ie. the function id(unsigned int) already exists but why i am getting this
> error?
>
> i spend some time on this but i don't know the date_time implementation
> details and me not boost expert so if anybody came accross this before i
> would appreciate any suggestions.

Hmm, is this with 1.29 or with the CVS build? I made a change in the CVS build
that might cause this...
 
> By the way, i think date_time library looks very promissing, best library
> that i have ever seen.

Thx :-)

Jeff


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk