Changes between Version 9 and Version 10 of ReviewScheduleLibraries
- Timestamp:
- Jan 23, 2011, 8:06:27 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewScheduleLibraries
v9 v10 364 364 * C1 365 365 * '''Pre-reviewed by :''' ??? '''people''' 366 * '''Review Manager:''' Needed366 * '''Review Manager:''' Vladimir Prus 367 367 * '''Expected review date:''' ??? 368 368 * '''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] … … 470 470 * '''Review Manager:''' Joel Falcou 471 471 * '''Expected review date:''' ??? 472 * '''Links:''' [http s://svn.boost.org/trac/boost/browser/sandbox/type_traits Boost Vault] [http://svn.boost.org/svn/boost/sandbox/taskBoost 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] 473 473 * '''Categories:''' [#FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-order Programming] 474 474 * '''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 <=, >, >=, ==, !=).