aboutsummaryrefslogtreecommitdiff
path: root/cppguide.xml
diff options
context:
space:
mode:
authormmentovai <mmentovai@955884f1-7149-0410-9467-59e7ac3f4d80>2008-07-01 16:28:01 +0000
committermmentovai <mmentovai@955884f1-7149-0410-9467-59e7ac3f4d80>2008-07-01 16:28:01 +0000
commitd451a2472abea9c756f9b79076d68c1a6d3a87bc (patch)
treef1e7c7cc691c94e4a6a2fe9fb5c61ff7a2f7cb28 /cppguide.xml
parent6fb1d3742012a73c05b8e1de44046510751f4ad8 (diff)
downloadgoogle-styleguide-d451a2472abea9c756f9b79076d68c1a6d3a87bc.tar.gz
Update title and list of approved Boost libraries.
Diffstat (limited to 'cppguide.xml')
-rw-r--r--cppguide.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/cppguide.xml b/cppguide.xml
index 5b634e0..433d614 100644
--- a/cppguide.xml
+++ b/cppguide.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="styleguide.xsl"?>
-<GUIDE title="C++ Style Guide">
+<GUIDE title="Google C++ Style Guide">
@@ -2458,10 +2458,18 @@ Tashana Landray
In order to maintain a high level of readability for all contributors
who might read and maintain code, we only allow an approved subset of
- Boost features. Currently, only
- <code>boost/compressed_pair.hpp</code> is permitted. We are actively
- considering adding other Boost features to the list, so this rule
- may be relaxed in the future.
+ Boost features. Currently, the following libraries are permitted:
+ <ul>
+ <li> <a href="http://www.boost.org/libs/utility/compressed_pair.htm">
+ Compressed Pair</a> from <code>boost/compressed_pair.hpp</code>
+ </li>
+ <li> <a href="http://www.boost.org/libs/ptr_container/">
+ Pointer Container</a> from <code>boost/ptr_container</code> except
+ <code>ptr_array.hpp</code> and serialization
+ </li>
+ </ul>
+ We are actively considering adding other Boost features to the list, so
+ this rule may be relaxed in the future.
</DECISION>
</BODY>
</STYLEPOINT>