Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50773 - website/public_html/beta/doc
From: daniel_james_at_[hidden]
Date: 2009-01-25 12:41:08


Author: danieljames
Date: 2009-01-25 12:41:07 EST (Sun, 25 Jan 2009)
New Revision: 50773
URL: http://svn.boost.org/trac/boost/changeset/50773

Log:
Add new libraries.
Text files modified:
   website/public_html/beta/doc/libraries.xml | 27 +++++++++++++++++++++++++++
   1 files changed, 27 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml (original)
+++ website/public_html/beta/doc/libraries.xml 2009-01-25 12:41:07 EST (Sun, 25 Jan 2009)
@@ -389,6 +389,20 @@
     <category>Miscellaneous</category>
   </library>
   <library>
+ <key>flyweight</key>
+ <boost-version>1.38.0</boost-version>
+ <name>Flyweight</name>
+ <authors>Joaqu&#237;n M L&#243;pez Mu&#241;oz</authors>
+ <description>Design pattern to manage larque quantities of highly redundant
+ objects.</description>
+ <documentation>libs/flyweight/doc/index.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>Miscellaneous</category>
+ </library>
+ <library>
     <key>foreach</key>
     <boost-version>1.34.0</boost-version>
     <name>Foreach</name>
@@ -1398,6 +1412,19 @@
     <category>Math</category>
   </library>
   <library>
+ <key>utility/swap</key>
+ <boost-version>1.38.0</boost-version>
+ <name>Swap</name>
+ <authors>Joseph Gauterin</authors>
+ <description>Enhanced generic swap function.</description>
+ <documentation>libs/utility/swap.html</documentation>
+ <std-proposal>false</std-proposal>
+ <std-tr1>false</std-tr1>
+ <header-only>true</header-only>
+ <autolink>false</autolink>
+ <category>Miscellaneous</category>
+ </library>
+ <library>
     <key>utility/value_initialized</key>
     <boost-version>1.9.0</boost-version>
     <name>Value Initialized</name>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk