Re: [Boost-bugs] [Boost C++ Libraries] #5790: call_traits::param_type generates const references for enums

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5790: call_traits::param_type generates const references for enums
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-17 05:02:42


#5790: call_traits::param_type generates const references for enums
------------------------------------------+---------------------------------
  Reporter: defaultryan+boost@… | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: call_traits
   Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords: param_type enum is_enum
------------------------------------------+---------------------------------

Comment (by defaultryan+boost@…):

 More specifically, change line 82 from

 {{{
 ::boost::is_arithmetic<T>::value
 }}}

 to

 {{{
 ::boost::is_arithmetic<T>::value || ::boost::is_enum<T>::value
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5790#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:07 UTC