Changes between Version 11 and Version 12 of CodingGuidelines


Ignore:
Timestamp:
Mar 29, 2012, 10:38:40 AM (13 years ago)
Author:
FrederikHeber
Comment:

added section on boost libraries

Legend:

Unmodified
Added
Removed
Modified
  • CodingGuidelines

    v11 v12  
    141141  ...
    142142};
     143}}}
     144
     145=== Use boost libraries === #code-good-bad-boost
     146
     147Although 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.