Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-04-15 08:00:16


Bugs item #935596, was opened at 2004-04-15 13:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=935596&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: andrasiel (andrasiel)
Assigned to: Nobody/Anonymous (nobody)
Summary: to_simple_string link problem

Initial Comment:
935571 time_from_string link problem (i'm the anonymous
poster of that request )

I tried some other things like conversions from ptime

std::string ts("2002-01-20 23:59:59.000");
std::cout<<boost::posix_time::to_iso_string(t1)<<std::endl;
     
std::cout<<boost::posix_time::to_simple_string(t1)<<std::endl;
std::cout<<boost::posix_time::to_iso_extended_string(t1)<<std::endl;

the conversion from ptime to simple string return also
a link error:
Linking prog ...
database.o(.gnu.linkonce.t._ZN5boost9date_time15month_formatterINS_9gregorian10greg_monthENS0_13simple_formatEE12format_monthERKS3_RSo+0x13):
dans la fonction «
boost::date_time::month_formatter<boost::gregorian::greg_month,
boost::date_time::simple_format>::format_month(boost::gregorian::greg_month
const&, std::basic_ostream<char, std::char_traits<char>
>&)»:
: undefined reference to
`boost::gregorian::greg_month::as_short_string() const'

(conversions to iso and iso extended are working)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=935596&group_id=7586

-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


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