Boost logo

Boost :

From: Iain.Hanson_at_[hidden]
Date: 2006-06-28 10:24:05


Also system_error line 34 needs a throw ( ) i.e.

const char * what() const throw()

/ikh

boost-bounces_at_[hidden] wrote on 26/06/2006 01:43:36:

> Jeff Garland wrote:
> > Couple last issues. Compiling error_code.cpp although it's apparently
not
> > actually needed for the cpu_timer test:
> >
> > ../../../boost/system/error_code.hpp:152: error: no
?boost::system::errno_t
> > boost::system::error_code::erno_value() const? member function
declared in
> > class ?boost::system::error_code?
> >
> > inline errno_t error_code::erno_value() const
> > ^^^^^^^
> > inline errno_t error_code::errno_value() const
> >
> >
> >
> > error_code.cpp: In function ?void
> > boost::system::system_message(boost::system::error_code,
std::string&)?:
> > error_code.cpp:234: error: ?sys_err_code? was not declared in this
scope
> >
> > Change error_code.cpp::235 to
> >
> > target += std::strerror( ec.sysno_value() );
>
> Both fixed, thanks!
>
> --Beman
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>
> ________________________________________________________________________
> This email has been scanned for all viruses by the MessageLabs SkyScan
> service.

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service.


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