index.htm 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <meta name="generator" content=
  6. "HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
  7. <title>Boost C++ Libraries</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  9. <link rel="icon" href="more/favicon.ico" type="image/ico" />
  10. <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
  11. <!--[if IE]>
  12. <style type="text/css">
  13. body { behavior: url(more/css_0/csshover.htc); }
  14. </style>
  15. <![endif]-->
  16. </head>
  17. <body>
  18. <div class="body-0">
  19. <div class="body-1">
  20. <div class="body-2">
  21. <div id="heading">
  22. <div id="heading-0">
  23. <h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
  24. "Boost C++ Libraries" width="237" height="55" name=
  25. "boost-logo" /></h1>
  26. <p id="heading-quote"><span class="quote">&ldquo;...one of the
  27. most highly regarded and expertly designed C++ library projects
  28. in the world.&rdquo;</span> <span class="attribution">&mdash;
  29. <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
  30. "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
  31. Alexandrescu</a>, <a href=
  32. "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
  33. Standards</a></span></p>
  34. <div class="clear"></div>
  35. </div>
  36. </div>
  37. <div id="content">
  38. <table summary="">
  39. <tr>
  40. <td id="sections" rowspan="2">
  41. <div class="section" id="intro">
  42. <h1>Welcome to Boost.org!</h1>
  43. <div class="section-body">
  44. <div class="section-body-0">
  45. <div class="section-body-1">
  46. <p>Boost provides free peer-reviewed portable C++
  47. source libraries.</p>
  48. <p>We emphasize libraries that work well with the C++
  49. Standard Library. Boost libraries are intended to be
  50. widely useful, and usable across a broad spectrum of
  51. applications. The <a href=
  52. "more/license_info.html">Boost license</a> encourages
  53. both commercial and non-commercial use.</p>
  54. <p>We aim to establish &quot;existing practice&quot; and
  55. provide reference implementations so that Boost
  56. libraries are suitable for eventual standardization.
  57. Ten Boost libraries are already included in the
  58. <a href="http://www.open-std.org/jtc1/sc22/wg21">C++
  59. Standards Committee's</a> Library Technical Report (
  60. <a href=
  61. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
  62. TR1</a>) as a step toward becoming part of a future
  63. C++ Standard. More Boost libraries are proposed for
  64. the upcoming <a href=
  65. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
  66. TR2</a>.</p>
  67. <p class="note"><span class="note-label">Getting
  68. started:</span> <span class="note-body">Boost works
  69. on almost any modern operating system, including UNIX
  70. and Windows variants. Follow the <a href=
  71. "more/getting_started.html">Getting Started Guide</a>
  72. to download and install Boost. Popular Linux and Unix
  73. distributions such as <a href=
  74. "http://fedora.redhat.com/">Fedora</a>, <a href=
  75. "http://www.debian.org/">Debian</a>, and <a href=
  76. "http://www.netbsd.org/">NetBSD</a> include pre-built
  77. Boost packages. Boost may also already be available
  78. on your organization's internal web
  79. server.</span></p>
  80. <p class="note"><span class=
  81. "note-label">Background:</span> <span class=
  82. "note-body">The <a href=
  83. "more/background.html">Background Information
  84. page</a> has introductory material to help those
  85. educating their organization about Boost.</span></p>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. <div class="section" id="participation">
  91. <h2><a name="Membership" id=
  92. "Membership"></a>Participation</h2>
  93. <div class="section-body">
  94. <div class="section-body-0">
  95. <div class="section-body-1">
  96. <p>Although Boost was begun by members of the C++
  97. Standards Committee Library Working Group,
  98. participation has expanded to include thousands of
  99. programmers from the C++ community at large.</p>
  100. <p>If you are interested in participating in Boost,
  101. please join our main <a href=
  102. "more/mailing_lists.htm#main">developers mailing
  103. list</a>. Discussions are highly technical, and list
  104. members are encouraged to participate in formal
  105. reviews of proposed libraries. There is also a
  106. <a href="more/mailing_lists.htm#users">users mailing
  107. list</a>, and several <a href=
  108. "more/mailing_lists.htm#projects">project specific
  109. lists</a>.</p>
  110. <p>Both the main Boost developers list and the users
  111. list are also accessible as <a href=
  112. "more/mailing_lists.htm">newsgroups</a>.</p>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. <div class="section" id="news">
  118. <h2>Latest News</h2>
  119. <div class="section-body">
  120. <div class="section-body-0">
  121. <div class="section-body-1">
  122. <h3>???, 2006 - Version 1.34.0</h3>
  123. <h4>New Libraries</h4>
  124. <ul>
  125. <li><span class="library"><a href=
  126. "doc/html/foreach.html">Foreach Library</a>:</span>
  127. <tt>BOOST_FOREACH</tt> macro for easily iterating
  128. over the elements of a sequence, from Eric
  129. Niebler.</li>
  130. <li><span class="library"><a href=
  131. "libs/statechart/doc/index.html">Statechart
  132. Library</a>:</span> Arbitrarily complex finite state
  133. machines can be implemented in easily readable and
  134. maintainable C++ code, from Andreas Huber.</li>
  135. <li><span class="library"><a href=
  136. "libs/tr1/index.html">TR1 Library</a>:</span> An
  137. implementation of the C++ Technical Report on
  138. Standard Library Extensions, from John Maddock.
  139. This library does not itself implement the TR1
  140. components, rather it's a thin wrapper that will
  141. include your standard library's TR1 implementation
  142. (if it has one), otherwise it will include the
  143. Boost Library equivalents, and import them into
  144. namespace <code>std::tr1</code>. Highlights
  145. include: Reference Wrappers, Smart Pointers,
  146. result_of, Function Object Binders, Polymorphic
  147. function wrappers, Type Traits, Random Number
  148. Generators and Distributions, Tuples, Fixed Size
  149. Array, Hash Function Objects, Regular Expressions,
  150. and Complex Number Additional Algorithms.</li>
  151. <li><span class="library"><a href=
  152. "doc/html/typeof.html">Typeof
  153. Library</a>:</span> Typeof operator emulation,
  154. from Arkadiy Vertleyb and Peder Holt.</li>
  155. <li><span class="library"><a href=
  156. "doc/html/xpressive.html">Xpressive
  157. Library</a>:</span> Regular expressions that can be
  158. written as strings or as expression templates, and
  159. that can refer to each other and themselves
  160. recursively with the power of context-free
  161. grammars, from Eric Niebler.</li>
  162. </ul>
  163. <h4>Updated Libraries</h4>
  164. <ul>
  165. <li>
  166. <span class="library"><a href=
  167. "libs/assign/index.html">Assign
  168. Library</a>:</span>
  169. <ul>
  170. <li>Support for
  171. <code>ptr_map&lt;key,T&gt;</code> via the new
  172. function <code>ptr_map_insert()</code></li>
  173. <li>Support for initialization of <a href=
  174. "libs/ptr_container/index.html">Pointer
  175. Containers</a> when the containers hold
  176. pointers to an abstract base class.</li>
  177. </ul>
  178. </li>
  179. <li>
  180. <span class="library"><a href=
  181. "libs/filesystem/doc/index.htm">Filesystem
  182. Library</a>:</span> Major upgrade in preparation
  183. for submission to the C++ Standards Committee for
  184. TR2. Changes include:
  185. <ul>
  186. <li><a href=
  187. "libs/filesystem/doc/i18n.html#Internationalization">
  188. Internationalization</a>, provided by class
  189. templates <i>basic_path</i>,
  190. <i>basic_filesystem_error</i>,
  191. <i>basic_directory_iterator</i>, and
  192. <i>basic_directory_entry</i>.</li>
  193. <li><a href=
  194. "libs/filesystem/doc/i18n.html#Simplification">Simplification</a>
  195. of the path interface by eliminating special
  196. constructors to identify native formats.</li>
  197. <li><a href=
  198. "libs/filesystem/doc/i18n.html#Rationalization">
  199. Rationalization</a> of predicate function
  200. design, including the addition of several new
  201. functions.</li>
  202. <li>Clearer specification by reference to
  203. <a href=
  204. "libs/filesystem/doc/design.htm#POSIX-01">POSIX</a>,
  205. the ISO/IEEE Single Unix Standard, with
  206. provisions for Windows and other operating
  207. systems.</li>
  208. <li><a href=
  209. "libs/filesystem/doc/i18n.html#Preservation">Preservation</a>
  210. of existing user code whenever possible.</li>
  211. <li><a href=
  212. "libs/filesystem/doc/i18n.html#More_efficient">More
  213. efficient</a> directory iteration.</li>
  214. <li>Addition of a <a href=
  215. "libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">
  216. recursive directory iterator</a>.</li>
  217. </ul>
  218. </li>
  219. <li><span class="library"><a href=
  220. "libs/function/index.html">Function
  221. Library</a>:</span> Boost.Function now implements a
  222. small buffer optimization, which can drastically
  223. improve the performance when copying or
  224. constructing Boost.Function objects storing small
  225. function objects. For instance,
  226. <code>bind(&amp;X:foo, &amp;x, _1, _2)</code>
  227. requires no heap allocation when placed into a
  228. Boost.Function object.</li>
  229. <li>
  230. <span class="library"><a href=
  231. "libs/functional/hash/index.html">Functional/Hash
  232. Library</a></span>
  233. <ul>
  234. <li>Use declarations for standard classes, so
  235. that the library doesn't need to include all of
  236. their headers</li>
  237. <li>Deprecated the
  238. <tt>&lt;boost/functional/hash/*.hpp&gt;</tt>
  239. headers.</li>
  240. <li>Add support for the
  241. <tt>BOOST_HASH_NO_EXTENSIONS</tt> macro, which
  242. disables the extensions to TR1</li>
  243. <li>Minor improvements to the hash functions
  244. for floating point numbers.</li>
  245. </ul>
  246. </li>
  247. <li>
  248. <span class="library"><a href=
  249. "libs/graph/doc/index.html">Graph
  250. Library</a>:</span>
  251. <ul>
  252. <li><a href=
  253. "libs/graph/doc/maximum_matching.html"><tt>edmonds_maximum_cardinality_matching</tt></a>,
  254. from Aaron Windsor.</li>
  255. <li><a href=
  256. "libs/graph/doc/lengauer_tarjan_dominator_tree.htm">
  257. <tt>lengauer_tarjan_dominator_tree</tt></a>,
  258. from JongSoo Park.</li>
  259. <li><a href=
  260. "libs/graph/doc/compressed_sparse_row.html"><tt>
  261. compressed_sparse_row_graph</tt></a>, from
  262. Jeremiah Willcock and Douglas Gregor of Indiana
  263. University.</li>
  264. <li><a href=
  265. "libs/graph/doc/sorted_erdos_renyi_generator.html"><tt>sorted_erdos_renyi_iterator</tt></a>,
  266. from Jeremiah Willcock of Indiana
  267. University.</li>
  268. <li><a href=
  269. "libs/graph/doc/biconnected_components.html"><tt>
  270. biconnected_components</tt></a> now supports a
  271. visitor and named parameters, from Janusz
  272. Piwowarski.</li>
  273. <li><a href=
  274. "libs/graph/doc/adjacency_matrix.html"><tt>adjacency_matrix</tt></a>
  275. now models the <a href=
  276. "libs/graph/doc/BidirectionalGraph.html">Bidirectional
  277. Graph</a> concept.</li>
  278. <li><a href=
  279. "libs/graph/doc/dijkstra_shortest_paths.html"><tt>
  280. dijkstra_shortest_paths</tt></a> now calls
  281. <tt>vis.initialize_vertex</tt> for each vertex
  282. during initialization.</li>
  283. <li>See the <a href=
  284. "libs/graph/doc/history.html#1.34.0">complete
  285. revision history</a> for more information.</li>
  286. </ul>
  287. </li>
  288. <li><span class="library"><a href=
  289. "libs/multi_array/index.html">MultiArray
  290. Library</a>:</span> Boost.MultiArray now by default
  291. provides range-checking for
  292. <code>operator[]</code>. Range checking can be
  293. disabled by defining the macro
  294. <code>BOOST_DISABLE_ASSERTS</code> before including
  295. <tt>multi_array.hpp</tt>. A bug in
  296. <code>multi_array::resize()</code> related
  297. to storage orders was fixed.</li>
  298. <li>
  299. <span class="library"><a href=
  300. "libs/multi_index/doc/index.html">Multi-index
  301. Containers Library</a>:</span>
  302. <ul>
  303. <li>New <a href=
  304. "libs/multi_index/doc/tutorial/indices.html#rnd_indices">
  305. random access indices</a>.</li>
  306. <li>Non key-based indices feature new <a href=
  307. "libs/multi_index/doc/tutorial/indices.html#rearrange">
  308. rearrange facilities</a>.</li>
  309. <li>This version also includes a number of
  310. optimizations and usage improvements. For a
  311. complete list of changes, see the library
  312. <a href=
  313. "libs/multi_index/doc/release_notes.html#boost_1_34">
  314. release notes</a>.</li>
  315. </ul>
  316. </li>
  317. <li>
  318. <span class="library"><a href=
  319. "libs/parameter/index.html">Parameter
  320. Library</a>:</span>
  321. <ul>
  322. <li>Every ArgumentPack is now a valid <a href=
  323. "libs/mpl/doc/refmanual/forward-sequence.html">MPL
  324. Forward Sequence.</a></li>
  325. <li>Support for unnamed arguments (those whose
  326. keyword is deduced from their types) is
  327. added.</li>
  328. <li>Support for named and unnamed template
  329. arguments is added.</li>
  330. <li>New overload generation macros solve the
  331. <a href=
  332. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">
  333. forwarding problem</a> directly.</li>
  334. <li>See also the Python library changes,
  335. below.</li>
  336. </ul>
  337. </li>
  338. <li>
  339. <span class="library"><a href=
  340. "libs/ptr_container/index.html">Pointer Container
  341. Library</a>:</span>
  342. <ul>
  343. <li>Support for serialization via <a href=
  344. "libs/serialization/index.html">Boost.Serialization.</a></li>
  345. <li>Exceptions can be disabled by defining the
  346. macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS before
  347. including any header. This macro is defined by
  348. default if BOOST_NO_EXCEPTIONS is defined.</li>
  349. <li>Additional
  350. <code>std::auto_ptr&lt;T&gt;</code> overloads
  351. added s.t. one can also pass
  352. <code>std::auto_ptr&lt;T&gt;</code> instead of
  353. only <code>T*</code> arguments to member
  354. functions.</li>
  355. <li><code>transfer()</code> now has weaker
  356. requirements s.t. one can transfer objects from
  357. <code>ptr_container&lt;Derived&gt;</code> to
  358. <code>ptr_container&lt;Base&gt;</code>,</li>
  359. </ul>
  360. </li>
  361. <li>
  362. <span class="library"><a href=
  363. "libs/python/index.html">Python
  364. Library</a>:</span>
  365. <ul>
  366. <li>Boost.Python now automatically appends C++
  367. signatures to docstrings. The new <a href=
  368. "libs/python/doc/v2/docstring_options.html"><code>
  369. docstring_options.hpp</code></a> header is
  370. available to control the content of
  371. docstrings.</li>
  372. <li><a href=
  373. "libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec">
  374. <code>stl_input_iterator</code></a>, for
  375. turning a Python iterable object into an STL
  376. input iterator, from Eric Niebler.</li>
  377. <li>Support for <code>void*</code> conversions
  378. is added.</li>
  379. <li>Integrated support for wrapping C++
  380. functions built with the parameter library;
  381. keyword names are automatically known to
  382. docsstrings.</li>
  383. </ul>
  384. </li>
  385. <li><span class="library"><a href=
  386. "../doc/html/signals.html">Signals Library</a>:</span>
  387. More improvements to signal invocation performance from
  388. Robert Zeh.</li>
  389. <li>
  390. <span class="library"><a href=
  391. "libs/smart_ptr/smart_ptr.htm">Smart
  392. Pointers Library</a>:</span>
  393. <ul>
  394. <li><a href=
  395. "libs/smart_ptr/shared_ptr.htm#allocator_constructor">
  396. Allocator support</a> as proposed in <a href=
  397. "http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf">
  398. N1851</a> (162 Kb PDF).</li>
  399. <li><a href=
  400. "libs/smart_ptr/pointer_cast.html">
  401. <code>pointer_cast</code></a> and <a href=
  402. "libs/smart_ptr/pointer_to_other.html">
  403. <code>pointer_to_other</code></a> utilities to
  404. allow pointer-independent code, from Ion
  405. Gaztanaga.</li>
  406. </ul>
  407. </li>
  408. <li>
  409. <span class="library"><a href="libs/algorithm/string/index.html">
  410. String Algorithm Library</a>:<span>
  411. <ul>
  412. <li><code>lexicographical_compare</code></li>
  413. <li><code>join</code></li>
  414. <li>
  415. New comparison predicates <code>is_less</code>, <code>is_not_greater</code>.
  416. </li>
  417. <li>
  418. Negative indexes support (like Perl) in various algorihtms
  419. (<code>*_head/tail</code>, <code>*_nth</code>).
  420. </li>
  421. </ul>
  422. <li>
  423. <span class="library"><a href=
  424. "libs/wave/index.html">Wave
  425. Library</a>:</span>
  426. <ul>
  427. <li>Wave now correctly recognizes pp-number
  428. tokens as mandated by the C++ Standard, which
  429. are converted to C++ tokens right before they
  430. are returned from the library.</li>
  431. <li>Several new preprocessing hooks have been
  432. added. For a complete description please refer
  433. to the related documentation page: <a href=
  434. "libs/wave/doc/class_reference_ctxpolicy.html">The
  435. Context Policy</a>.</li>
  436. <li>Shared library (dll) support has been added
  437. for the generated Wave libraries.</li>
  438. <li>The overall error handling has been
  439. improved. It is now possible to recover and
  440. continue after an error or a warning was
  441. issued.</li>
  442. <li>Support for optional comment and/or full
  443. whitespace preservation in the generated output
  444. stream has been added.</li>
  445. <li>The Wave library now performs automatic
  446. include guard detection to avoid accessing header
  447. files more than once, if appropriate. </li>
  448. <li>Full interactive mode has been added to the Wave
  449. tool. Now the Wave tool can be used just like Python
  450. or Perl for instance to interactively try out your
  451. BOOST_PP macros. Additionally it is now possible to
  452. load and save the current state of an interactive session
  453. (macro tables et.al.).</li>
  454. <li>The overall performance has been improved by upto
  455. 40-60%, depending on the concrete files to process. </li>
  456. <li>Support for new pragmas has been added allowing to
  457. control certain library features from inside the
  458. preprocessed sources (partial output redirection,
  459. control of generated whitespace and #line directives).</li>
  460. <li>Optional support for #pragma message &quot;...&quot;
  461. has been added. </li>
  462. <li>This version also includes a number of bug
  463. fixes and usage improvements. For a complete
  464. list of changes, see the libraries <a href=
  465. "libs/wave/ChangeLog">change log</a>.</li>
  466. </ul>
  467. </li>
  468. </ul>
  469. </div>
  470. </div>
  471. </div>
  472. </div>
  473. <div class="clear"></div>
  474. </td>
  475. <td id="sidebars-top">
  476. <div class="sidebar" id="boost-sidebar">
  477. <div class="sidebar-0">
  478. <div class="sidebar-1">
  479. <div class="sidebar-2">
  480. <div class="sidebar-3">
  481. <div class="sidecell" id="libraries">
  482. <div class="sidecell-0">
  483. <h4>Libraries</h4>
  484. <ul>
  485. <li><a href=
  486. "libs/libraries.htm">Documentation</a></li>
  487. <li><a href=
  488. "more/license_info.html">License</a></li>
  489. <li><a href=
  490. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  491. Download</a></li>
  492. <li><a href=
  493. "more/getting_started.html">Getting
  494. Started</a></li>
  495. </ul>
  496. </div>
  497. </div>
  498. <div class="sidecell" id="tests">
  499. <div class="sidecell-0">
  500. <h4>Regression Tests</h4>
  501. <ul>
  502. <li><a href=
  503. "status/compiler_status.html">General
  504. Info</a></li>
  505. <li><a href=
  506. "http://www.boost.org/regression/release/user/">
  507. Release</a></li>
  508. <li><a href=
  509. "http://www.boost.org/regression/developement/developer/">
  510. Development</a></li>
  511. </ul>
  512. </div>
  513. </div>
  514. <div class="sidecell" id="search">
  515. <div class="sidecell-0">
  516. <h4>Search Boost</h4>
  517. <form method="get" action=
  518. "http://www.google.com/custom">
  519. <p><span id="search-text"><input type="text"
  520. name="q" id="q" size="31" maxlength="255"
  521. alt="Search Text" /></span> <span id=
  522. "search-choice"><select name="hq" id="hq">
  523. <option label="Boost" value=
  524. "site:www.boost.org">
  525. Boost
  526. </option>
  527. <option label="Documentation" value=
  528. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  529. Documentation
  530. </option>
  531. <option label="Mailing Lists" value=
  532. "site:lists.boost.org">
  533. Mailing Lists
  534. </option>
  535. </select></span> <span id="go"><input type=
  536. "image" name="search" src="more/space.gif"
  537. alt="Search" id="search-button" /></span>
  538. <span id="google"><a href=
  539. "http://www.google.com/search"><img src=
  540. "more/google_logo_25wht.gif" alt="Google"
  541. width="75" height="32" /> Powered</a></span>
  542. <input type="hidden" name="cof" value=
  543. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  544. <input type="hidden" name="sa" value=
  545. "Google Search" /> <input type="hidden" name=
  546. "domains" value=
  547. "www.boost.org;lists.boost.org" /></p>
  548. </form>
  549. </div>
  550. </div>
  551. <div class="clear"></div>
  552. </div>
  553. </div>
  554. </div>
  555. </div>
  556. </div>
  557. <div class="sidebar" id="participation-sidebar">
  558. <div class="sidebar-0">
  559. <div class="sidebar-1">
  560. <div class="sidebar-2">
  561. <div class="sidebar-3">
  562. <div class="sidecell" id="groups">
  563. <div class="sidecell-0">
  564. <h4>Groups</h4>
  565. <ul>
  566. <li><a href=
  567. "more/mailing_lists.htm#main">Boost
  568. (Developers)</a></li>
  569. <li><a href=
  570. "more/mailing_lists.htm#users">Boost
  571. Users</a></li>
  572. <li><a href=
  573. "more/mailing_lists.htm#announce">Announcements</a></li>
  574. <li><a href=
  575. "more/mailing_lists.htm#interest">Boost
  576. General Interest</a></li>
  577. <li><a href=
  578. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  579. <li><a href=
  580. "more/discussion_policy.htm">Discussion
  581. Policy</a></li>
  582. </ul>
  583. </div>
  584. </div>
  585. <div class="sidecell" id="contribute">
  586. <div class="sidecell-0">
  587. <h4>Contribute</h4>
  588. <ul>
  589. <li><a href=
  590. "more/formal_review_process.htm">Formal
  591. Reviews</a></li>
  592. <li><a href=
  593. "more/formal_review_schedule.html">Review
  594. Schedule</a></li>
  595. <li><a href=
  596. "more/lib_guide.htm#Requirements">Requirements</a></li>
  597. <li><a href=
  598. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  599. <li><a href=
  600. "more/submission_process.htm">Submissions</a></li>
  601. </ul>
  602. </div>
  603. </div>
  604. <div class="clear"></div>
  605. </div>
  606. </div>
  607. </div>
  608. </div>
  609. </div>
  610. <div class="sidebar" id="resources-sidebar">
  611. <div class="sidebar-0">
  612. <div class="sidebar-1">
  613. <div class="sidebar-2">
  614. <div class="sidebar-3">
  615. <div class="sidecell" id="support">
  616. <div class="sidecell-0">
  617. <h4>Support</h4>
  618. <ul>
  619. <li><a href="more/faq.htm">FAQ</a></li>
  620. <li><a href=
  621. "http://sourceforge.net/tracker/?group_id=7586">
  622. Request Support</a></li>
  623. <li><a href="more/bugs.htm">Report
  624. Bugs</a></li>
  625. <li><a href=
  626. "more/requesting_new_features.htm">Suggest
  627. Features</a></li>
  628. <li><a href=
  629. "more/links.htm#CommercialSupport">Commercial
  630. Support</a></li>
  631. <li><a href="more/mailing_lists.htm">Mailing
  632. Lists</a></li>
  633. <li><a href=
  634. "more/version_history.html">Version
  635. History</a></li>
  636. </ul>
  637. </div>
  638. </div>
  639. <div class="sidecell" id="other">
  640. <div class="sidecell-0">
  641. <h4>Other Resources</h4>
  642. <ul>
  643. <li><a href=
  644. "http://boost-consulting.com/vault/">Vault
  645. Files</a></li>
  646. <li><a href=
  647. "more/getting_started.html#CVS">Main
  648. CVS</a></li>
  649. <li><a href=
  650. "more/mailing_lists.htm#sandbox">Sandbox
  651. CVS</a></li>
  652. <li><a href="tools/index.html">Tools</a></li>
  653. <li><a href=
  654. "people/people.htm">People</a></li>
  655. <li><a href=
  656. "doc/html/who_s_using_boost_.html">Who's
  657. Using Boost?</a></li>
  658. <li><a href=
  659. "more/moderators.html">Moderators</a></li>
  660. <li><a href="more/index.htm">More
  661. Boost</a></li>
  662. <li><a href="more/links.htm#cpp">More
  663. C++</a></li>
  664. </ul>
  665. </div>
  666. </div>
  667. <div class="sidecell" id="official">
  668. <div class="sidecell-0">
  669. <h4>Official Branch Sites</h4>
  670. <ul>
  671. <li><a href=
  672. "http://spirit.sourceforge.net/">Spirit</a></li>
  673. </ul>
  674. </div>
  675. </div>
  676. <div class="sidecell" id="unofficial">
  677. <div class="sidecell-0">
  678. <h4>Unofficial Branch Sites</h4>
  679. <ul>
  680. <li><a href=
  681. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  682. Wiki</a></li>
  683. </ul>
  684. </div>
  685. </div>
  686. <div class="clear"></div>
  687. </div>
  688. </div>
  689. </div>
  690. </div>
  691. </div>
  692. </td>
  693. </tr>
  694. <tr>
  695. <td id="sidebars-bottom">
  696. <div class="sidebar" id="footer-sidebar">
  697. <div class="sidebar-0">
  698. <div class="sidebar-1">
  699. <div class="sidebar-2">
  700. <div class="sidebar-3">
  701. <div class="sidecell" id="footer">
  702. <div class="sidecell-0">
  703. <div id="revised">
  704. <p>Revised $Date$</p>
  705. </div>
  706. <div id="copyright">
  707. <p>Copyright Beman Dawes, David Abrahams,
  708. 1998-2003.</p>
  709. <p>Copyright Rene Rivera 2004-2005.</p>
  710. </div>
  711. <div id="license">
  712. <p>Distributed under the Boost Software
  713. License, Version 1.0. (See accompanying file
  714. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  715. or copy at <a href=
  716. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  717. LICENSE_1_0.txt</a>)</p>
  718. </div>
  719. <div id="banners">
  720. <p><a href=
  721. "http://validator.w3.org/check?uri=referer"><img class="c1"
  722. src="more/w3c_valid_xhtml10.png" alt=
  723. "Valid XHTML 1.0!" width="88" height=
  724. "31" /></a></p>
  725. <p><a href=
  726. "http://jigsaw.w3.org/css-validator/check/referer">
  727. <img class="c1" src="more/w3c_valid_css.png"
  728. alt="Valid CSS!" width="88" height=
  729. "31" /></a></p>
  730. <p><a href=
  731. "http://sourceforge.net"><img class="c1" src=
  732. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  733. alt="SourceForge.net" /></a></p>
  734. </div>
  735. </div>
  736. </div>
  737. <div class="clear"></div>
  738. </div>
  739. </div>
  740. </div>
  741. </div>
  742. </div>
  743. </td>
  744. </tr>
  745. </table>
  746. </div>
  747. </div>
  748. </div>
  749. </div>
  750. </body>
  751. </html>
粤ICP备19079148号