Changes between Version 6 and Version 7 of Guidelines/Naming/Operators
- Timestamp:
- Mar 27, 2011, 8:45:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/Naming/Operators
v6 v7 1 1 = Operator Names = 2 2 3 This page has been created on occasion of the extension of Boost.TypeTraits by operator traits to give an overview over existing naming of operators in the standardsand boost libraries. The purpose of the page is to collect differences and support convergence.3 This page has been created on occasion of the extension of Boost.TypeTraits by operator traits to give an overview over existing naming of operators and related operator-fuctors in the standard and boost libraries. The purpose of the page is to collect differences and support convergence. 4 4 5 5 ||=Column =||=Comment =|| … … 14 14 ||=operator =||Corresponding naming of concepts from boost::operator || 15 15 16 The names in column M PUare trying to minimize the differences between names and maximize the naming consistency. The naming from Boost.Proto is found in other boost libraries, e.g. accumulator and phoenix.16 The names in column MUP are trying to minimize the differences between names and maximize the naming consistency. The naming from Boost.Proto is found in other boost libraries, e.g. accumulator and phoenix. 17 17 18 18 ||=op =||=alt =||= type_traits =||= MUP =||= std =||= proto =||= boost::operator =||