Boost logo

Boost :

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


Bugs item #935605, was opened at 2004-04-15 13:13
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=935605&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: andrasiel (andrasiel)
Assigned to: Nobody/Anonymous (nobody)
Summary: constructor of special_values

Initial Comment:
I've a problem when trying to use the ptime constructor
of special values
ptime(special_values sv)
Constructor for infinities, not-a-date-time
ptime t1(neg_infin);
ptime t2(pos_infin);
ptime t3(not_a_date_time);

gcc does not find this constructor and indeed it is not
listed in the candidate list.

the exact error is :
--------------------------------------------------------
database.cpp:241: error: no matching function for call to `
  
boost::posix_time::ptime::ptime(boost::date_time::special_values)'
/usr/include/boost/date_time/posix_time/ptime.hpp:32:
error: candidates are:
   boost::posix_time::ptime::ptime(const
boost::posix_time::ptime&)
/usr/include/boost/date_time/posix_time/ptime.hpp:45:
error:
   boost::posix_time::ptime::ptime(const
boost::posix_time::int64_time_rep&)
/usr/include/boost/date_time/posix_time/ptime.hpp:42:
error:
   boost::posix_time::ptime::ptime(boost::gregorian::date)
/usr/include/boost/date_time/posix_time/ptime.hpp:39:
error:
   boost::posix_time::ptime::ptime(boost::gregorian::date,
   boost::posix_time::time_duration)
---------------------------------------------------------

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=935605&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