Changes between Version 11 and Version 12 of Guidelines/Naming/Operators
- Timestamp:
- Apr 7, 2011, 5:19:51 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/Naming/Operators
v11 v12 83 83 In this case all the `bit` prefixes could be replaced by `bitwise`, so it would be consistent with all proto names referring to bitwise operations. Note that "20.8.7, bitwise operations" are all part of the new upcoming standard and could still be changed. 84 84 85 = Proposed Names For Final Version = 86 85 87 ||=operator ||=trait name =|| 86 88 ||=`+` ||=`can_add<T1, T2>` =||