index.htm 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Boost C++ Libraries</title>
  5. <meta name="generator" content="Microsoft FrontPage 5.0">
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  8. <meta name="ProgId" content="FrontPage.Editor.Document">
  9. </head>
  10. <body bgcolor="#ffffff" text="#000000">
  11. <h1><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" align="middle" width="277" height="86">
  12. Welcome to Boost.org!</h1>
  13. <table>
  14. <tr>
  15. <td>
  16. <table border="3" cellpadding="5" align="left">
  17. <tr>
  18. <td>
  19. <p><b>Libraries<br>
  20. </b>.&nbsp;Documentation:<br>
  21. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="libs/libraries.htm">Current release</a><br>
  22. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/libraries.html">Nighly
  23. CVS</a><br>
  24. .&nbsp;<a href="more/license_info.html">License</a><br>
  25. .&nbsp;<a href="more/getting_started.html">Getting Started</a><br>
  26. </A>.&nbsp;Regression Tests:<br>
  27. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="status/compiler_status.html">General
  28. Info</a><br>
  29. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://boost.sourceforge.net/regression-logs">Test
  30. Summary</a></p>
  31. <p><b>Mailing Lists<br>
  32. and newsgroups</b><br>
  33. .&nbsp;<a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
  34. .&nbsp;<a href="more/mailing_lists.htm#users">Boost Users</a><br>
  35. .&nbsp;<a href="more/mailing_lists.htm#projects">Project-Specific</a><br>
  36. .&nbsp;<a href="more/mailing_lists.htm#announce">Announcements</a><br>
  37. .&nbsp;<a href="more/discussion_policy.htm">Discussion Policy</a></p>
  38. <p><b>Support<br>
  39. </b>.&nbsp;<a href="more/faq.htm">FAQ</a><br>
  40. .&nbsp;<a href="http://sourceforge.net/tracker/?group_id=7586">Request Support</a><br>
  41. .&nbsp;<a href="more/bugs.htm">Report Bugs</a><br>
  42. .&nbsp;<a href="more/requesting_new_features.htm">Suggest Features</a><br>
  43. .&nbsp;<a href="more/links.htm#Commercial%20Support">Commercial Support</a><br>
  44. .&nbsp;Also: <a href="more/mailing_lists.htm">Mailing Lists</a></p>
  45. <p><b>About<br>
  46. </b>.&nbsp;<a href="more/formal_review_process.htm">Formal Reviews</a><b><br>
  47. </b>.&nbsp;<a href="more/formal_review_schedule.html">Review Schedule<br>
  48. </a>.&nbsp;<a href="more/lib_guide.htm#Requirements">Requirements</a><br>
  49. .&nbsp;<a href="more/lib_guide.htm#Guidelines">Guidelines</a><br>
  50. .&nbsp;<a href="more/submission_process.htm">Submissions</a></p>
  51. <p><b>Other Resources<br>
  52. </b>.&nbsp;<a href="http://www.yahoogroups.com/files/boost/">Files</a> (members
  53. only)<br>
  54. .&nbsp;<a href="more/getting_started.html#CVS">Main CVS</a><br>
  55. .&nbsp;<a href="more/mailing_lists.htm#sandbox">Sandbox CVS</a><br>
  56. .&nbsp;<a href="tools/index.html">Tools</a><br>
  57. .&nbsp;<a href="people/people.htm">People</a><br>
  58. .&nbsp;<a href="more/moderators.html">Moderators</a><br>
  59. .&nbsp;<a href="more/index.htm">More Boost...</a><br>
  60. .&nbsp;<a href="more/links.htm#cpp">More C++...</a></p>
  61. <p><b>Official Branch Sites</b><br>
  62. .&nbsp;<a href="http://spirit.sourceforge.net/"> Spirit</a><br>
  63. </p>
  64. <p><b>Unofficial Branch Sites<br>
  65. </b>.&nbsp;<a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  66. Wiki</a><br>
  67. .&nbsp;<a href="http://boost.c-view.org">Chinese mirror</a><br>
  68. </p>
  69. </td>
  70. </tr>
  71. </table>
  72. <table>
  73. <tr>
  74. <td>&nbsp;</td>
  75. <td>
  76. <p>The Boost web site provides free peer-reviewed portable C++ source libraries.
  77. The emphasis is on libraries which work well with the C++ Standard Library. One
  78. goal is to establish "existing practice" and provide reference implementations
  79. so that the Boost libraries are suitable for eventual standardization. Several
  80. Boost libraries will be included in the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/">
  81. C++ Standards Committee</a>'s upcoming <a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/library_technical_report.html">
  82. C++ Standard Library Technical Report</a>.</p>
  83. <p>Although Boost was begun by members of the C++ Standards Committee Library
  84. Working Group, membership has expanded to include nearly two thousand
  85. programmers from the C++ community at large.</p>
  86. <h2><a name="Membership">Membership</a></h2>
  87. <p>If you are interested in becoming a member of Boost, please do so by joining
  88. our main developers mailing list. Discussions include both technical and
  89. site-related issues, and members are encouraged to participate in formal
  90. reviews of proposed libraries. There is also a users mailing list.</p>
  91. <p>Both the main Boost developers list and the users list are also accessible as <a href="more/mailing_lists.htm">
  92. newsgroups</a>.</p>
  93. <h2>Search Boost</h2>
  94. <!-- Search Google -->
  95. <center>
  96. <form method="get" action="http://www.google.com/custom">
  97. <table bgcolor="#ffffff" cellspacing="0" border="0">
  98. <tr valign="top">
  99. <td><a href="http://www.google.com/search"><img src="google_logo_40wht.gif" border="0" alt="Google" align="middle" width="128" height="53"></a></td>
  100. <td><input type="text" name="q" size="31" maxlength="255"> <input type="submit" name="sa" value="Google Search">
  101. <input type="hidden" name="cof" value="LW:277;L:http://www.boost.org/c++boost.gif;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;">
  102. <font face="arial,sans-serif" size="-1"><input type="hidden" name="domains" value="lists.boost.org;www.boost.org"><br>
  103. <input type="radio" name="sitesearch" value="www.boost.org" checked> Search
  104. www.boost.org <input type="radio" name="sitesearch" value="lists.boost.org"> Search
  105. lists.boost.org</font><br>
  106. </td>
  107. </tr>
  108. </table>
  109. </form>
  110. </center>
  111. <!-- Search Google -->
  112. <h2><a name="Latest News">Latest News</a></h2>
  113. <p>????? 2003 - Version 1.31.0</p>
  114. <ul>
  115. <li>
  116. A unified <a href="more/license_info.html">Boost Software License</a> has been
  117. developed and will replace the individual licenses for most Boost libraries.
  118. The new license offers better legal protection for both users and developers,
  119. and should speed user's legal reviews of Boost libraries. Dave Abrahams led the
  120. Boost effort to develop better licensing. The legal team was led by <a href="http://cyber.law.harvard.edu/people/cabell/index.html">
  121. Diane Cabell</a>, Director, Clinical Programs, <a href="http://cyber.law.harvard.edu">
  122. Berkman Center for Internet &amp; Society</a>, Harvard Law School. <a href="http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121">
  123. Devin Smith</a>, attorney, <a href="http://www.nixonpeabody.com/default.asp">Nixon
  124. Peabody LLP</a>, wrote the Boost License. Eva Chan, Harvard Law School,
  125. contributed analysis of issues and drafts of various legal documents.
  126. <li>
  127. <a href="libs/utility/enable_if.html">enable_if</a> added - Selective inclusion
  128. of function template overloads, from Jaakko Järvi, Jeremiah Willcock, and
  129. Andrew Lumsdaine. This is an important new technique which exploits the <em>SFINAE</em>
  130. (substitution-failure-is-not-an-error) principle.&nbsp;
  131. <li>
  132. <a href="libs/variant/index.html">Variant Library</a>
  133. added - Safe, generic, stack-based discriminated union container, from Eric
  134. Friedman and Itay Maman.
  135. <li>
  136. <a href="libs/filesystem/doc/index.htm">Filesystem Library</a>: Several
  137. added functions, including improved checking for directory and file name
  138. portability.
  139. <li>
  140. <a href="libs/random/index.html">Random Number Library</a>: interface changed
  141. to C++ library <a href="libs/random/wg21-proposal.html">TR proposal</a>,
  142. from Jens Maurer.
  143. <LI>
  144. <A href="libs/regex/doc/index.html">Regex</A>: Completely new matching
  145. algorithm is now much faster than before, plus a selection of <A href="libs/regex/doc/history.html">
  146. new features and enhancements</A>.
  147. <li>
  148. <a href="libs/date_time/doc/index.html">Date Time Library:</a> A whole host of
  149. bug fixes, new features, and documentation improvements. See <a href="libs/date_time/doc/Changes.html">
  150. Date Time Change History</a>
  151. for details.
  152. <li>
  153. <a href="libs/compose/index.htm">Compose</a>: This library has been deprecated
  154. and will be removed in a future release. Use <a href="libs/bind/bind.html">Bind</a>
  155. or <a href="libs/lambda/doc/index.html">Lambda</a>
  156. instead.
  157. <li>
  158. <a href="libs/multi_array/index.html">MultiArray</a>: The <tt>multi_array</tt> class
  159. template now provides an element-preserving resize operation as well as default
  160. construction (see the <a href="libs/multi_array/doc/reference.html">reference
  161. manual</a> for more information).
  162. </li>
  163. </ul>
  164. <p>August 19, 2003 - Version 1.30.2 (bugfix release)</p>
  165. <ul>
  166. <li>
  167. <a href="http://www.boost-consulting.com">Boost Consulting</a> is now hosting
  168. Boost CVS mirrors - see our <a href="more/getting_started.html#CVS">download page</a>.
  169. <li>
  170. Backported changes to the <a href="libs/config/config.htm">config system</a>,
  171. to better handle new compiler releases.
  172. <li>
  173. Bugs in regression reporting in subproject tests were fixed.
  174. <li>
  175. Tests are now run in the context of the user's PATH environment settings
  176. <li>
  177. <a href="tools/build/v1/msvc-stlport-tools.html">msvc-stlport</a> and <a href="tools/build/v1/intel-win32-tools.html">
  178. intel-win32-stlport</a>
  179. toolsets now build static libraries with multithreading enabled, to be
  180. compatible with the STLPort builds.
  181. <li>
  182. <a href="tools/build/v1/intel-win32-tools.html">intel-win32</a> toolset now
  183. handles <code>wchar_t</code>
  184. correctly when intel is installed over msvc6.
  185. <li>
  186. Backported fixes from the main trunk which prevent errors building the <a href="libs/test/doc/index.html">
  187. Boost.Test</a>
  188. library in its default configuration.
  189. <li>
  190. Backported portability improvements for <a href="libs/utility/checked_delete.html">
  191. checked_delete</a>.
  192. <li>
  193. Locale support for metrowerks (requiring a statically-linked runtime) is more
  194. uniformly handled.
  195. <li>
  196. Backported <a href="libs/conversion/lexical_cast.htm">conversion/lexical_cast</a>'s
  197. <code>wchar_t</code>
  198. fixes from the main trunk.
  199. <li>
  200. <a href="tools/build/v1/intel-linux-tools.html">intel-linux-tools</a>: added <code>
  201. rt</code> to FINDLIBS in order to make the <code>clock_gettime()</code>
  202. function available (backport of a patch in CVS HEAD).
  203. <li>
  204. <a href="tools/regression/index.htm">regression/compiler_status.cpp</a>:
  205. backported fixes in error log links generation.</li>
  206. </ul>
  207. <p>August 12, 2003 - <b>ALERT</b></p>
  208. <p>
  209. Significant problems were found in the 1.30.1 release, so it has been withdrawn
  210. from the website. These problems mostly take the form of missing files due to
  211. an error by the release manager in using CVS to tag the release. We expect to
  212. release Version 1.30.2 in a few days. Stay tuned.
  213. <p>Until then, you may want to get the <code>RC_1_30_0</code> branch (which, with
  214. only very slight modification, will become version 1.30.2) from our <a href="more/getting_started.html#CVS">
  215. CVS</a> repository or the <a href="more/getting_started.html#CVS">CVS mirror</a>
  216. at <a href="http://www.boost-consulting.com">Boost Consulting</a>
  217. .
  218. <p>August 4, 2003 - Version 1.30.1 (bugfix release)</p>
  219. <p>Fixes were made to the following libraries:</p>
  220. <ul>
  221. <li>
  222. The <a href="libs/lambda/doc/index.html">Boost.Lambda</a>
  223. library is now usable with gcc-2.95.2
  224. <li>
  225. <a href="libs/spirit/index.html">Boost.Spirit</a>:
  226. <ul>
  227. <li>
  228. Fixed. Using MSVC++6 (SP5), calling the assign action with a string value on
  229. parsers using the file_iterator will not work.
  230. <li>
  231. Fixed: using assign semantic action in a grammar with a multi_pass iterator
  232. adaptor applied to an std::istream_iterator resulted in a failure to compile
  233. under msvc 7.0.
  234. <li>
  235. Fixed: There is a bug in the <code>range_run&lt;CharT&gt;::set (range&lt;CharT&gt;
  236. const&amp; r)</code>
  237. function in "boost/spirit/utility/impl/chset/range_run.ipp".
  238. <li>
  239. Fixed: handling of trailing whitespace bug (ast_parse/pt_parse related)
  240. <li>
  241. Fixed: comment_p and end of data bug
  242. <li>
  243. Fixed: Most trailing space bug
  244. <li>
  245. Fixed: <code>chset&lt;&gt;::operator~(range&lt;&gt;)</code> bug, <code>operator&amp;(chset&lt;&gt;,
  246. range&lt;&gt;)</code> bug, <code>operator&amp;(range&lt;&gt;, chset&lt;&gt;)</code>
  247. bug
  248. <li>
  249. Fixed: <code>impl::detach_clear</code>
  250. bug
  251. <li>
  252. Fixed: mismatch closure return type bug
  253. <li>
  254. Fixed: <code>access_node_d[]</code> and <code>access_match_d[]</code>
  255. iterator bugs
  256. <li>
  257. Fixed a bug regarding threadsafety of Phoenix/Spirit closures.</li>
  258. </ul>
  259. <li>
  260. The Boost Template <a href="libs/mpl/doc/index.html">Metaprogramming Library (MPL)</a>'s
  261. typeof implementation is now compatible with Metrowerks CodeWarrior Pro8.
  262. <li>
  263. <a href="libs/function/index.html">Boost.Function</a>: workaround for the
  264. new Borland patch (version 0x564) and MSVC++ .NET 2003.
  265. <li>
  266. <a href="libs/config/index.html">Boost.Config</a>, <a href="libs/format/doc/format.html">
  267. Boost.Format</a>, and <a href="libs/regex/index.html">Boost.Regex</a> have
  268. been adjusted to avoid warnings with GCC-3.3, and Boost.Format also now works
  269. with string types other than <code>std::string</code>.
  270. <li>
  271. <a href="libs/smart_ptr/index.html">Smart Pointers</a>
  272. <ul>
  273. <li>
  274. <code>checked_delete</code>
  275. now works on more platforms
  276. <li>
  277. Compatibility with the SunPro compiler
  278. <li>
  279. Added missing <code>#include</code>s.</li>
  280. </ul>
  281. <li>
  282. <a href="libs/python/index.html">Boost.Python</a>
  283. <ul>
  284. <li>
  285. warning suppression for finicky compilers
  286. <li>
  287. fixed a crashing bug in the <code>raw_function</code>
  288. facility when no keyword arguments were passed.
  289. <li>
  290. Improved conversion of NULL <code>shared_ptr</code>s to Python.</li>
  291. </ul>
  292. </li>
  293. </ul>
  294. <p>March 19, 2003 - Version 1.30.0</p>
  295. <ul>
  296. <li>
  297. <a href="libs/filesystem/doc/index.htm">Filesystem Library</a>
  298. added - Portable paths, iteration over directories, and other useful filesystem
  299. operations, from Beman Dawes.
  300. <li>
  301. <a href="libs/optional/doc/optional.html">Optional Library</a>
  302. added - A discriminated-union wrapper for optional values, from Fernando
  303. Cacciola.
  304. <li>
  305. <a href="libs/numeric/interval/doc/interval.htm">Interval Library</a>
  306. added - Extends the usual arithmetic functions to mathematical intervals, from
  307. Guillaume Melquiond, Hervé Brönnimann and Sylvain Pion.
  308. <li>
  309. <a href="libs/mpl/doc/index.html">MPL</a>
  310. added - Template metaprogramming framework of compile-time algorithms,
  311. sequences and metafunction classes, from Aleksey Gurtovoy.
  312. <li>
  313. <a href="libs/spirit/index.html">Spirit Library</a>
  314. added - An LL (unlimited lookahead) parser framework that represents parsers
  315. directly as EBNF grammars in inlined C++ source code, complete with semantic
  316. actions, ASTs and much more, from Joel de Guzman and team.
  317. <li>
  318. <a href="libs/smart_ptr/index.html">Smart Pointers Library</a> - cast functions
  319. are now spelled <a href="libs/smart_ptr/shared_ptr.htm#static_pointer_cast">static_pointer_cast</a>
  320. / <a href="libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast">dynamic_pointer_cast</a>
  321. ; <a href="libs/smart_ptr/enable_shared_from_this.html">enable_shared_from_this</a>
  322. added; shared_ptr::shared_ptr(), shared_ptr::reset(), weak_ptr::weak_ptr(),
  323. weak_ptr::reset() no longer throw; <a href="libs/smart_ptr/shared_ptr.htm#get_deleter">
  324. get_deleter</a> added; weak_ptr::get() removed; make_shared is now spelled <a href="libs/smart_ptr/weak_ptr.htm#lock">
  325. weak_ptr::lock()</a> ; <a href="libs/smart_ptr/intrusive_ptr.html">intrusive_ptr
  326. documentation</a> added; some experimental undocumented shared_ptr features
  327. have been removed; a <a href="libs/smart_ptr/sp_techniques.html">page describing
  328. some smart pointer programming techniques</a>
  329. has been added.
  330. <li>
  331. <a href="libs/utility/assert.html">boost/assert.hpp</a>, <a href="libs/utility/current_function.html">
  332. boost/current_function.hpp</a>, <a href="libs/utility/throw_exception.html">boost/throw_exception.hpp</a>,
  333. <a href="libs/utility/checked_delete.html">boost/checked_delete.hpp</a>
  334. have been documented.
  335. <li>
  336. <a href="libs/date_time/doc/index.html">Date-Time Library</a> - several fixes
  337. and small additions including an interface change to partial_date. See <a href="libs/date_time/doc/Changes.html">
  338. Date-Time Change History</a>
  339. for more details.
  340. <li>
  341. <a href="libs/function/index.html">Function Library</a>
  342. - added support for assignment to zero (to clear) and comparison against zero
  343. (to check if empty).
  344. <li>
  345. <a href="libs/utility/operators.htm#symmetry">Operators Library</a>
  346. - now takes advantage of named return value optimization (NRVO) when available,
  347. from Daniel Frey.
  348. <li>
  349. <a href="status/compiler_status.html">Regression Tests</a> - Much expanded,
  350. plus a very nice <a href="http://boost.sourceforge.net/regression-logs/">summary
  351. page</a>
  352. from Rene Rivera.
  353. <li>
  354. <a href="libs/test/index.html">Test Library</a> - introduced following new
  355. facilities:
  356. <ul>
  357. <li>
  358. Automatic registration of unit tests
  359. <li>
  360. XML log format
  361. <li>
  362. XML report format
  363. <li>
  364. BOOST_CHECK_NO_THROW test tool
  365. <li>
  366. BOOST_BITWISE_CHECK test tool</li>
  367. </ul>
  368. For complete list of changes see Test Library <a href="libs/test/doc/release_notes.html#v1_30_0">
  369. release notes</a>
  370. <li>
  371. Many fixes and enhancements to other libraries.</li>
  372. </ul>
  373. <p>October 10, 2002 - Version 1.29.0</p>
  374. <ul>
  375. <li>
  376. <a href="libs/date_time/doc/index.html">Date-Time Library</a>
  377. added - Dates, times, leap seconds, infinity, and more, from Jeff Garland.
  378. <li>
  379. <a href="libs/dynamic_bitset/dynamic_bitset.html">Dynamic Bitset</a> added - A
  380. runtime sized version of the <tt>std::bitset</tt>
  381. class from Jeremy Siek and Chuck Allison.
  382. <li>
  383. <a href="libs/format/index.html">Format Library</a>
  384. added - Type-safe 'printf-like' format operations, from Samuel Krempp.
  385. <li>
  386. <a href="libs/function/index.html">Function Library</a>: Major syntactic
  387. changes have been made. Some old syntax and little-used features have been
  388. deprecated (and will be removed shortly), and the syntax for the <code>boost::function</code>
  389. class template has been greatly improved on conforming compilers. Please see
  390. the <a href="libs/function/index.html#compatibility">compatibility note</a>
  391. for more information.
  392. <li>
  393. <a href="libs/multi_array/doc/index.html">Multi-array Library</a>
  394. added - Multidimensional containers and adaptors for arrays of contiguous data,
  395. from Ron Garcia.
  396. <li>
  397. <a href="libs/preprocessor/index.html">Preprocessor Library</a>: Major
  398. upgrade, from Paul Mensonides.
  399. <li>
  400. <a href="libs/python/doc/index.html">Python Library</a>
  401. - Version 2 is released, from Dave Abrahams and others. This is a major rewrite
  402. which works on many more compilers and platforms, with a completely new
  403. interface and lots of new features. Boost.Python v2 requires Python 2.2 or
  404. later.
  405. <li>
  406. <a href="libs/signals/doc/index.html">Signals Library</a>
  407. added - Managed signals &amp; slots callback implementation, from Doug Gregor.
  408. <li>
  409. <a href="libs/test/doc/index.html">Test Library</a>: Major new version,
  410. including full unit test capabilities, from Gennadiy Rozental.
  411. <li>
  412. <a href="libs/numeric/ublas/doc/index.htm">uBLAS Library</a> added - Basic
  413. linear algebra for dense, packed and sparse matrices, from Joerg Walter and
  414. Mathias Koch.</li>
  415. </ul>
  416. <p>May 15, 2002 - Version 1.28.0</p>
  417. <ul>
  418. <li>
  419. The Boost mailing lists are now also accessible as <a href="more/mailing_lists.htm#newsgroup">
  420. newsgroups</a>.
  421. <li>
  422. A powerful <a href="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">mailing
  423. list archive</a> has been contributed by the <a href="http://aspn.activestate.com/ASPN">
  424. ActiveState Programmer Network</a>.
  425. <li>
  426. <a href="libs/lambda/doc/index.html">Lambda Library</a> added, from Jaakko
  427. Järvi and Gary Powell. Define small unnamed function objects at the actual call
  428. site:<br>
  429. <br>
  430. <code>&nbsp;&nbsp;&nbsp; for_each(a.begin(), a.end(), std::cout &lt;&lt; _1
  431. &lt;&lt; ' ');</code><br>
  432. &nbsp;
  433. <li>
  434. <a href="libs/io/doc/ios_state.html">I/O State Saver Library added</a>
  435. - Save I/O state to prevent jumbled data, from Daryle Walker.
  436. <li>
  437. <a href="libs/config/config.htm">Configuration Library</a>: User code should
  438. not use BOOST_NO_LIMITS.
  439. <li>
  440. <a href="libs/random/index.html">Random Number Library</a>: Avoid compiler
  441. warnings
  442. <li>
  443. <a href="libs/smart_ptr/index.html">Smart Pointers Library</a>: Added <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast">
  444. shared_polymorphic_cast</a> and <a href="libs/smart_ptr/shared_ptr.htm#shared_polymorphic_downcast">
  445. shared_polymorphic_downcast</a>.
  446. <li>
  447. <a href="libs/function/index.html">Function Library</a>: Now supports function
  448. objects with the unary <code>&amp;</code>
  449. operator overloaded.
  450. <li>
  451. <a href="libs/utility/utility.htm">Utility Library</a>: Added <code>addressof()</code>
  452. function.
  453. <li>
  454. The usual small fixes and tweaks.</li>
  455. </ul>
  456. </td>
  457. </tr>
  458. </table>
  459. </td>
  460. </tr>
  461. </table>
  462. <hr>
  463. <p>Revised
  464. <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
  465. 03 December, 2003<!--webbot bot="Timestamp" endspan i-checksum="38509" --></p>
  466. <p>© Copyright Beman Dawes, David Abrahams, 1998-2003.</p>
  467. <p>
  468. Use, modification, and distribution is subject to the Boost Software License,
  469. Version 1.0. (See accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  470. or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
  471. </body>
  472. </html>
粤ICP备19079148号