Changes between Version 11 and Version 12 of CodingGuidelines
- Timestamp:
- Mar 29, 2012, 10:38:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingGuidelines
v11 v12 141 141 ... 142 142 }; 143 }}} 144 145 === Use boost libraries === #code-good-bad-boost 146 147 Although in general, we do not want to rely to heavily on other libraries (because of licenses), do not reimplement the wheel if what you need is found in STL or [http://www.boost.org/ boost] which both are (quasi) standards.