Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5098: [result_of] decltype-based result_of cannot handle rvalue-reference correctly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-01-20 10:43:30
#5098: [result_of] decltype-based result_of cannot handle rvalue-reference
correctly
--------------------------------------+-------------------------------------
Reporter: mimomorin@⦠| Owner: no-maintainer
Type: Bugs | Status: new
Milestone: To Be Determined | Component: utility
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: result_of decltype
--------------------------------------+-------------------------------------
Comment (by mimomorin@â¦):
Replying to [ticket:5098 mimomorin@â¦]:
> `boost::result_of<func(int)>::type` is `signed char` (which should be
`unsigned char`).
This is a typo (though this sentence is still true).
What I meant is:
`boost::result_of<func(int&&)>::type` is `signed char` (which should be
`unsigned char`).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5098#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC