Subject: [Boost-bugs] [Boost C++ Libraries] #1525: function_traits::arity should be unsigned type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-18 16:23:22
#1525: function_traits::arity should be unsigned type
--------------------------+-------------------------------------------------
Reporter: daniel_frey | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: type_traits
Version: Boost 1.34.1 | Severity: Problem
Keywords: arity |
--------------------------+-------------------------------------------------
function_traits::arity is currently 'int', which leads to warnings when
comparing it with unsigned types. It seems more logical to me to use
'size_t' (or at least 'unsigned') for it. John?
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1525>
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:49:57 UTC