Changes between Version 2 and Version 3 of Guidelines/Requirements
- Timestamp:
- Feb 14, 2010, 12:17:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/Requirements
v2 v3 125 125 126 126 Headers should be good neighbors. See the 127 [ http://www.boost.org/development/header.htmlheader policy]. See127 [wiki:Guidelines/Header header policy]. See 128 128 [#Naming_consistency Naming consistency]. 129 129 … … 135 135 only when the benefits outweigh the costs. Do not use libraries 136 136 other than the C++ Standard Library or Boost. See 137 [ http://www.boost.org/development/reuse.htmlLibrary reuse].137 [wiki:Guidelines/Reuse Library reuse]. 138 138 139 139 Read … … 143 143 144 144 Read the 145 [ http://www.boost.org/development/separate_compilation.htmlguidelines for libraries with separate source]145 [wiki:Guidelines/Separate guidelines for libraries with separate source] 146 146 to see how to ensure that compiled link libraries meet user expectations. 147 147 … … 172 172 173 173 Provide a regression test program or programs which follow 174 the [ http://www.boost.org/development/test.htmlTest Policies and Protocols].174 the [wiki:Guidelines/Test Test Policies and Protocols]. 175 175 176 176 Although some boost members use proportional fonts, tabs,