Changes between Version 9 and Version 10 of ReviewScheduleLibraries


Ignore:
Timestamp:
Jan 23, 2011, 8:06:27 PM (12 years ago)
Author:
viboes
Comment:

Update TypeTraits ext

Legend:

Unmodified
Added
Removed
Modified
  • ReviewScheduleLibraries

    v9 v10  
    364364         * C1
    365365 * '''Pre-reviewed by :''' ??? '''people'''
    366  * '''Review Manager:''' Needed
     366 * '''Review Manager:''' Vladimir Prus
    367367 * '''Expected review date:''' ???
    368368 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/xint Boost Sandbox] [http://svn.boost.org/svn/boost/sandbox/xint/libs/xint/index.html Boost Documentation]
     
    470470 * '''Review Manager:''' Joel Falcou
    471471 * '''Expected review date:''' ???
    472  * '''Links:''' [https://svn.boost.org/trac/boost/browser/sandbox/type_traits Boost Vault] [http://svn.boost.org/svn/boost/sandbox/task Boost Sandbox]
     472 * '''Links:''' [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_traits.tar.bz2&directory=Extension Boost Vault] [http://svn.boost.org/svn/boost/sandbox/type_traits Boost Sandbox]
    473473 * '''Categories:''' [#FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-order Programming]
    474474 * '''Description:''' The purpose of the addition is to add type traits to detect if types T and U are comparable in the sense of <, <=, >, >=, == or != operators, i.e. if t<u has a sens when t is of type T and u of type U (same for <=, >, >=, ==, !=).