index.htm 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <title>Boost C++ Libraries</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  7. <link rel="icon" href="more/favicon.ico" type="image/ico" />
  8. <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
  9. <!--[if IE]>
  10. <style type="text/css">
  11. body { behavior: url(more/css_0/csshover.htc); }
  12. </style>
  13. <![endif]-->
  14. </head>
  15. <body>
  16. <div class="body-0">
  17. <div class="body-1">
  18. <div class="body-2">
  19. <div id="heading">
  20. <div id="heading-0">
  21. <h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
  22. "Boost C++ Libraries" /></h1>
  23. <p id="heading-quote"><span class="quote">&ldquo;...one of the
  24. most highly regarded and expertly designed C++ library projects
  25. in the world.&rdquo;</span> <span class="attribution">&mdash;
  26. <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
  27. "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
  28. Alexandrescu</a>, <a href=
  29. "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
  30. Standards</a></span></p>
  31. <div class="clear"></div>
  32. </div>
  33. </div>
  34. <div id="content">
  35. <table summary="">
  36. <tr>
  37. <td id="sections" rowspan="2">
  38. <div class="section" id="intro">
  39. <h1>Welcome to Boost.org!</h1>
  40. <div class="section-body">
  41. <div class="section-body-0">
  42. <div class="section-body-1">
  43. <p>Boost provides free peer-reviewed portable C++
  44. source libraries.</p>
  45. <p>We emphasize libraries that work well with the C++
  46. Standard Library. Boost libraries are intended to be
  47. widely useful, and usable across a broad spectrum of
  48. applications. The <a href=
  49. "more/license_info.html">Boost license</a> encourages
  50. both commercial and non-commercial use.</p>
  51. <p>We aim to establish "existing practice" and
  52. provide reference implementations so that Boost
  53. libraries are suitable for eventual standardization.
  54. Ten Boost libraries are already included in the
  55. <a href="http://www.open-std.org/jtc1/sc22/wg21">C++
  56. Standards Committee's</a> Library Technical Report (
  57. <a href=
  58. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
  59. TR1</a>) as a step toward becoming part of a future
  60. C++ Standard. More Boost libraries are proposed for
  61. the upcoming <a href=
  62. "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
  63. TR2</a>.</p>
  64. <p class="note"><span class="note-label">Getting
  65. started:</span> <span class="note-body">Boost works
  66. on almost any modern operating system, including UNIX
  67. and Windows variants. Follow the <a href=
  68. "more/getting_started.html">Getting Started Guide</a>
  69. to download and install Boost. Popular Linux and Unix
  70. distributions such as <a href=
  71. "http://fedora.redhat.com/">Fedora</a>, <a href=
  72. "http://www.debian.org/">Debian</a>, and <a href=
  73. "http://www.netbsd.org/">NetBSD</a> include pre-built
  74. Boost packages. Boost may also already be available
  75. on your organization's internal web
  76. server.</span></p>
  77. <p class="note"><span class=
  78. "note-label">Background:</span> <span class=
  79. "note-body">The <a href=
  80. "more/background.html">Background Information
  81. page</a> has introductory material to help those
  82. educating their organization about Boost.</span></p>
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="section" id="participation">
  88. <h2><a name="Membership" id=
  89. "Membership"></a>Participation</h2>
  90. <div class="section-body">
  91. <div class="section-body-0">
  92. <div class="section-body-1">
  93. <p>Although Boost was begun by members of the C++
  94. Standards Committee Library Working Group,
  95. participation has expanded to include thousands of
  96. programmers from the C++ community at large.</p>
  97. <p>If you are interested in participating in Boost,
  98. please join our main <a href=
  99. "more/mailing_lists.htm#main">developers mailing
  100. list</a>. Discussions are highly technical, and list
  101. members are encouraged to participate in formal
  102. reviews of proposed libraries. There is also a
  103. <a href="more/mailing_lists.htm#users">users mailing
  104. list</a>, and several <a href=
  105. "more/mailing_lists.htm#projects">project specific
  106. lists</a>.</p>
  107. <p>Both the main Boost developers list and the users
  108. list are also accessible as <a href=
  109. "more/mailing_lists.htm">newsgroups</a>.</p>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. <div class="section" id="news">
  115. <h2>Latest News</h2>
  116. <div class="section-body">
  117. <div class="section-body-0">
  118. <div class="section-body-1">
  119. <h3>August 11, 2005 - Version 1.33.0</h3>
  120. <h4>New Libraries</h4>
  121. <ul>
  122. <li><span class="library"><a href=
  123. "libs/iostreams/doc/index.html">Iostreams
  124. Library</a>:</span> Framework for defining streams,
  125. stream buffers and i/o filters, from Jonathan
  126. Turkanis.</li>
  127. <li><span class="library"><a href=
  128. "libs/functional/hash/index.html">Functional/Hash
  129. Library</a>:</span> A TR1 hash function object that
  130. can be extended to hash user defined types, from
  131. Daniel James.</li>
  132. <li><span class="library"><a href=
  133. "libs/parameter/doc/html/index.html">Parameter
  134. Library</a>:</span> Write functions that accept
  135. arguments by name: especially useful when a
  136. function has more than one argument with a useful
  137. default value, since named arguments can be passed
  138. in any order.</li>
  139. <li><span class="library"><a href=
  140. "libs/ptr_container/index.html">Pointer Container
  141. Library</a>:</span> Containers for storing
  142. heap-allocated polymorphic objects to ease
  143. OO-programming, from Thorsten Ottosen.</li>
  144. <li><span class="library"><a href=
  145. "libs/wave/index.html">Wave</a>:</span> Standards
  146. conformant implementation of the mandated C99/C++
  147. preprocessor functionality packed behind an easy to
  148. use iterator interface, from
  149. Hartmut&nbsp;Kaiser.</li>
  150. </ul>
  151. <h4>Updated Libraries</h4>
  152. <ul>
  153. <li><span class="library"><a href=
  154. "libs/assign/doc/index.html">Assignment
  155. Library</a>:</span> Support for <a href=
  156. "libs/ptr_container/index.html">Pointer Container
  157. Library</a> and new efficient functions
  158. <code>ref_list_of()</code> and
  159. <code>cref_list_of()</code> for generating
  160. anonymous ranges.</li>
  161. <li><span class="library"><a href=
  162. "libs/bind/bind.html">Bind Library</a>:</span> Bind
  163. expressions now support <a href=
  164. "libs/bind/bind.html#operators">comparisons and
  165. negation</a>. Example: <code>bind(&amp;X::name, _1)
  166. &lt; bind(&amp;X::name, _2)</code>.</li>
  167. <li>
  168. <span class="library"><a href=
  169. "libs/bind/bind.html">Bind Library</a>:</span>
  170. Bind expressions now support
  171. <a href="libs/bind/bind.html#operators">
  172. comparisons and negation</a>. Example: <code>
  173. bind(&amp;X::name, _1) &lt; bind(&amp;X::name,
  174. _2)</code>.
  175. </li>
  176. <li>
  177. <span class="library"><a href=
  178. "doc/html/date_time.html">Date-Time
  179. Library</a>:</span>
  180. <ul>
  181. <li>Added <a href=
  182. "doc/html/date_time/local_time.html">local time
  183. and time zone classes</a>.</li>
  184. <li>Added <a href=
  185. "doc/html/date_time/date_time_io.html">format-based
  186. Input/Output facets</a>.</li>
  187. <li>For a complete list of changes, see the
  188. library <a href=
  189. "doc/html/date_time/details.html#date_time.changes">
  190. change history</a>.</li>
  191. </ul>
  192. </li>
  193. <li>
  194. <span class="library"><a href=
  195. "libs/graph/doc/index.html">Graph
  196. Library</a>:</span> Introduced several new
  197. algorithms and improved existing algorithms:
  198. <ul>
  199. <li><a href=
  200. "libs/graph/doc/python.html">Experimental
  201. Python bindings</a>, from Doug Gregor and
  202. Indiana University.</li>
  203. <li><a href=
  204. "libs/graph/doc/floyd_warshall_shortest.html"><tt>
  205. floyd warshall all pairs shortest
  206. paths</tt></a>, from Lauren Foutz and Scott
  207. Hill.</li>
  208. <li><a href=
  209. "libs/graph/doc/astar_search.html"><tt>astar
  210. search</tt></a>, from Kristopher Beevers and
  211. Jufeng Peng.</li>
  212. <li><a href=
  213. "libs/graph/doc/fruchterman_reingold.html"><tt>fruchterman
  214. reingold force directed layout</tt></a>, from
  215. Doug Gregor and Indiana University.</li>
  216. <li><a href=
  217. "libs/graph/doc/biconnected_components.html"><tt>
  218. biconnected components</tt> and
  219. <tt>articulation points</tt></a>, from Jeremy
  220. Siek, Janusz Piwowarski, and Doug Gregor.</li>
  221. <li><a href=
  222. "libs/graph/doc/sequential_vertex_coloring.html">
  223. <tt>sequential vertex coloring</tt></a> has
  224. been updated, tested, and documented.</li>
  225. <li><a href=
  226. "libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy
  227. atun layout</tt></a>, from Jeremiah Willcock
  228. and Doug Gregor of Indiana University.</li>
  229. <li><a href=
  230. "libs/graph/doc/king_ordering.html"><tt>king
  231. ordering</tt></a>, from D. Kevin McGrath of
  232. Indiana University.</li>
  233. <li><a href=
  234. "libs/graph/doc/cuthill_mckee_ordering.html"><tt>
  235. cuthill mckee ordering</tt></a> has been recast
  236. as an invocation of <tt>breadth first
  237. search</tt> and now supports graphs with
  238. multiple components.</li>
  239. <li><a href=
  240. "libs/graph/doc/dijkstra_shortest_paths.html"><tt>
  241. dijkstra shortest paths</tt></a> now uses a
  242. relaxed heap&nbsp;[<a href=
  243. "libs/graph/doc/bibliography.html#driscoll88">61</a>]
  244. as its priority queue, improving its complexity
  245. to <em>O(V log V)</em> and improving real-world
  246. performance for larger graphs.</li>
  247. <li><a href=
  248. "libs/graph/doc/read_graphviz.html"><code>read
  249. graphviz</code></a> now has a new, Spirit-based
  250. parser that works for all graph types and
  251. supports arbitrary properties on the graph,
  252. from Ron Garcia. The old, Bison-based GraphViz
  253. reader has been deprecated and will be removed
  254. in a future Boost release. <a href=
  255. "libs/graph/doc/write-graphviz.html"><code>write
  256. graphviz</code></a> also supports dynamic
  257. properties.</li>
  258. <li><a href=
  259. "libs/graph/doc/subgraph.html"><code>subgraph</code></a>:
  260. <code>get_property</code> now refers to the
  261. subgraph property, not the root graph's
  262. property.</li>
  263. <li>See the <a href=
  264. "libs/graph/doc/history.html#by-version">history</a>
  265. for additional changes and bug fixes.</li>
  266. </ul>
  267. </li>
  268. <li>
  269. <span class="library"><a href=
  270. "libs/multi_index/doc/index.html">Multi-index
  271. Containers Library</a>:</span>
  272. <ul>
  273. <li>New <a href=
  274. "libs/multi_index/doc/advanced_topics.html#hashed_indices">
  275. hashed indices</a>.</li>
  276. <li>Added <a href=
  277. "libs/multi_index/doc/advanced_topics.html#serialization">
  278. serialization support</a>.</li>
  279. <li>For a complete list of changes, see the
  280. library <a href=
  281. "libs/multi_index/doc/release_notes.html">release
  282. notes</a>.</li>
  283. </ul>
  284. </li>
  285. <li>
  286. <span class="library"><a href=
  287. "libs/program_options/doc/index.html">Program
  288. Options Library</a>:</span>
  289. <ul>
  290. <li>Option descriptions are now printed with
  291. word wrapping.</li>
  292. <li>Command line parser can bypass unregistered
  293. options, instread of throwing.</li>
  294. <li>Removed support for "implicit" (optional)
  295. values.</li>
  296. <li>New customization method
  297. 'command_line_parser::extra_style_parser'.
  298. Unlike 'additional_parser', allows the user to
  299. parse several tokens and return a vector of
  300. options, not just a single option.</li>
  301. <li>Work with disabled exceptions.</li>
  302. </ul>
  303. </li>
  304. <li><span class="library"><a href=
  305. "libs/property_map/property_map.html">Property Map
  306. Library</a>:</span> Introduced the <a href=
  307. "libs/property_map/doc/dynamic_property_map.html"><code>
  308. dynamic properties</code></a> class, which provides
  309. dynamically-typed access to a set of property
  310. maps.</li>
  311. <li><span class="library"><a href=
  312. "libs/random/index.html">Random Number
  313. Library</a>:</span> improved initialization for
  314. <code>mersenne_twister</code>, algorithm by Makoto
  315. Matsumoto and Takuji Nishimura, implemented for
  316. Boost by Jens Maurer.<br />
  317. <em>Note:</em> All test vectors for
  318. <code>mersenne_twister</code>s constructed or
  319. seeded without parameters or with a single
  320. <code>unsigned int</code> parameter become
  321. invalid.</li>
  322. <li><span class="library"><a href=
  323. "libs/range/index.html">Range Library</a>:</span>
  324. Minor addition of convenience functions to
  325. <code>iterator range</code> like <code>front(),
  326. back()</code> and <code>operator[]()</code>.</li>
  327. <li>
  328. <span class="library"><a href=
  329. "libs/regex/index.html">Regex Library</a>:</span>
  330. <ul>
  331. <li>Rewritten front end parser now supports
  332. (?imsx-imsx) constructs, plus lookbehind
  333. assertions and conditional expressions.</li>
  334. <li>Thin wrapper classes improve integration
  335. with MFC/ATL code.</li>
  336. <li>Full (optional) Unicode support via the ICU
  337. library.</li>
  338. </ul>Refer to the <a href=
  339. "libs/regex/doc/history.html">regex history
  340. page</a> for more information on these and other
  341. small changes.
  342. </li>
  343. <li>
  344. <span class="library"><a href=
  345. "libs/serialization/doc/index.html">Serialization
  346. Library</a>:</span>
  347. <ul>
  348. <li>DLL version.</li>
  349. <li>Auto-linking.</li>
  350. <li>Serialization of variants.</li>
  351. <li>Improved seialization of shared
  352. pointers.</li>
  353. </ul>
  354. </li>
  355. <li><span class="library"><a href=
  356. "doc/html/signals.html">Signals Library</a>:</span>
  357. added slot blocking/unblocking, from Frantz
  358. Maerten. Huge improvements to signal invocation
  359. performance from Robert Zeh.</li>
  360. </ul>
  361. <h4>Supported Compilers</h4>
  362. <p>Boost is tested on a wide range of compilers and
  363. platforms. Since Boost libraries rely on modern C++
  364. features not available in all compilers, not all
  365. Boost libraries will work with every compiler. The
  366. following compilers and platforms have been
  367. extensively tested with Boost, although many other
  368. compilers and platforms will work as well. For more
  369. information, see the <a href=
  370. "http://www.boost.org/regression/release/user/">regression
  371. test results</a>.</p>
  372. <ul>
  373. <li><a href="http://developer.apple.com/">Apple
  374. GCC</a> 3.x on Mac OS X.</li>
  375. <li><a href=
  376. "http://www.borland.com/us/products/cbuilder/">Borland
  377. C++</a> 5.6.4 on Windows.</li>
  378. <li><a href="http://gcc.gnu.org">GNU C++</a> 2.95.3
  379. (with and without STLport), 3.2.x., 3.3.x, 3.4.x,
  380. 4.0.x on Windows, Linux and Solaris.</li>
  381. <li><a href=
  382. "http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">
  383. Intel C++</a> 8.1, 9.0 on Windows, Linux.</li>
  384. <li><a href="http://www.metrowerks.com">Metrowerks
  385. CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and
  386. Windows.</li>
  387. <li><a href=
  388. "http://msdn.microsoft.com/visualc/">Microsoft
  389. Visual C++</a> 6.0 (sp5, with and without STLport),
  390. 7.0, 7.1, 8.0 beta. Note: due to intermittent
  391. problems with Visual C++ 8.0 beta, and the presence
  392. of a variety of pre-release compiler builds, we are
  393. unable to guarantee compatibility until the final
  394. compiler is released.</li>
  395. </ul>
  396. <h4>Acknowledgements</h4>
  397. <p><img src="more/boost_1_33_0.jpg" width="128"
  398. height="118" alt="Medieval Mr. Gregor" class=
  399. "left-inset" /><a href=
  400. "people/doug_gregor.html">Douglas Gregor</a> managed
  401. this release.</p>
  402. <p>A great number of people contributed their time
  403. and expertise to make this release possible. Special
  404. thanks go to Aleksey Gurtovoy and Misha Bergal, who
  405. managed to keep the regression testing system working
  406. throughout the release process; David Abrahams, Beman
  407. Dawes, Aleksey Gurtovoy, Rene Rivera and Jonathan
  408. Turkanis for greatly improving the quality of this
  409. release; Rene Rivera for the new Boost web page
  410. design; and Zoltan "cad" Juhasz for the new Boost
  411. logo.</p>
  412. </div>
  413. </div>
  414. </div>
  415. </div>
  416. <div class="clear"></div>
  417. </td>
  418. <td id="sidebars-top">
  419. <div class="sidebar" id="boost-sidebar">
  420. <div class="sidebar-0">
  421. <div class="sidebar-1">
  422. <div class="sidebar-2">
  423. <div class="sidebar-3">
  424. <div class="sidecell" id="libraries">
  425. <div class="sidecell-0">
  426. <h4>Libraries</h4>
  427. <ul>
  428. <li><a href=
  429. "libs/libraries.htm">Documentation</a></li>
  430. <li><a href=
  431. "more/license_info.html">License</a></li>
  432. <li><a href=
  433. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  434. Download</a></li>
  435. <li><a href=
  436. "more/getting_started.html">Getting
  437. Started</a></li>
  438. </ul>
  439. </div>
  440. </div>
  441. <div class="sidecell" id="tests">
  442. <div class="sidecell-0">
  443. <h4>Regression Tests</h4>
  444. <ul>
  445. <li><a href=
  446. "status/compiler_status.html">General
  447. Info</a></li>
  448. <li><a href=
  449. "http://www.boost.org/regression/release/user/">
  450. Release</a></li>
  451. <li><a href=
  452. "http://www.boost.org/regression/developement/developer/">
  453. Development</a></li>
  454. </ul>
  455. </div>
  456. </div>
  457. <div class="sidecell" id="search">
  458. <div class="sidecell-0">
  459. <h4>Search Boost</h4>
  460. <form method="get" action=
  461. "http://www.google.com/custom">
  462. <p><span id="search-text"><input type="text"
  463. name="q" id="q" size="31" maxlength="255"
  464. alt="Search Text" /></span> <span id=
  465. "search-choice"><select name="hq" id="hq">
  466. <option label="Boost" value=
  467. "site:www.boost.org">
  468. Boost
  469. </option>
  470. <option label="Documentation" value=
  471. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  472. Documentation
  473. </option>
  474. <option label="Mailing Lists" value=
  475. "site:lists.boost.org">
  476. Mailing Lists
  477. </option>
  478. </select></span> <span id="go"><input type=
  479. "image" name="search" src="more/space.gif"
  480. alt="Search" id="search-button" /></span>
  481. <span id="google"><a href=
  482. "http://www.google.com/search"><img src=
  483. "more/google_logo_25wht.gif" alt="Google" />
  484. Powered</a></span> <input type="hidden" name=
  485. "cof" value=
  486. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  487. <input type="hidden" name="sa" value=
  488. "Google Search" /> <input type="hidden" name=
  489. "domains" value=
  490. "www.boost.org;lists.boost.org" /></p>
  491. </form>
  492. </div>
  493. </div>
  494. <div class="clear"></div>
  495. </div>
  496. </div>
  497. </div>
  498. </div>
  499. </div>
  500. <div class="sidebar" id="participation-sidebar">
  501. <div class="sidebar-0">
  502. <div class="sidebar-1">
  503. <div class="sidebar-2">
  504. <div class="sidebar-3">
  505. <div class="sidecell" id="groups">
  506. <div class="sidecell-0">
  507. <h4>Groups</h4>
  508. <ul>
  509. <li><a href=
  510. "more/mailing_lists.htm#main">Boost
  511. (Developers)</a></li>
  512. <li><a href=
  513. "more/mailing_lists.htm#users">Boost
  514. Users</a></li>
  515. <li><a href=
  516. "more/mailing_lists.htm#announce">Announcements</a></li>
  517. <li><a href=
  518. "more/mailing_lists.htm#interest">Boost
  519. General Interest</a></li>
  520. <li><a href=
  521. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  522. <li><a href=
  523. "more/discussion_policy.htm">Discussion
  524. Policy</a></li>
  525. </ul>
  526. </div>
  527. </div>
  528. <div class="sidecell" id="contribute">
  529. <div class="sidecell-0">
  530. <h4>Contribute</h4>
  531. <ul>
  532. <li><a href=
  533. "more/formal_review_process.htm">Formal
  534. Reviews</a></li>
  535. <li><a href=
  536. "more/formal_review_schedule.html">Review
  537. Schedule</a></li>
  538. <li><a href=
  539. "more/lib_guide.htm#Requirements">Requirements</a></li>
  540. <li><a href=
  541. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  542. <li><a href=
  543. "more/submission_process.htm">Submissions</a></li>
  544. </ul>
  545. </div>
  546. </div>
  547. <div class="clear"></div>
  548. </div>
  549. </div>
  550. </div>
  551. </div>
  552. </div>
  553. <div class="sidebar" id="resources-sidebar">
  554. <div class="sidebar-0">
  555. <div class="sidebar-1">
  556. <div class="sidebar-2">
  557. <div class="sidebar-3">
  558. <div class="sidecell" id="support">
  559. <div class="sidecell-0">
  560. <h4>Support</h4>
  561. <ul>
  562. <li><a href="more/faq.htm">FAQ</a></li>
  563. <li><a href=
  564. "http://sourceforge.net/tracker/?group_id=7586">
  565. Request Support</a></li>
  566. <li><a href="more/bugs.htm">Report
  567. Bugs</a></li>
  568. <li><a href=
  569. "more/requesting_new_features.htm">Suggest
  570. Features</a></li>
  571. <li><a href=
  572. "more/links.htm#CommercialSupport">Commercial
  573. Support</a></li>
  574. <li><a href="more/mailing_lists.htm">Mailing
  575. Lists</a></li>
  576. <li><a href=
  577. "more/version_history.html">Version
  578. History</a></li>
  579. </ul>
  580. </div>
  581. </div>
  582. <div class="sidecell" id="other">
  583. <div class="sidecell-0">
  584. <h4>Other Resources</h4>
  585. <ul>
  586. <li><a href=
  587. "http://boost-sandbox.sourceforge.net/vault/">
  588. Sandbox Files</a></li>
  589. <li><a href=
  590. "http://www.yahoogroups.com/files/boost/">Files
  591. (Members)</a></li>
  592. <li><a href=
  593. "more/getting_started.html#CVS">Main
  594. CVS</a></li>
  595. <li><a href=
  596. "more/mailing_lists.htm#sandbox">Sandbox
  597. CVS</a></li>
  598. <li><a href="tools/index.html">Tools</a></li>
  599. <li><a href=
  600. "people/people.htm">People</a></li>
  601. <li><a href=
  602. "doc/html/who_s_using_boost_.html">Who's
  603. Using Boost?</a></li>
  604. <li><a href=
  605. "more/moderators.html">Moderators</a></li>
  606. <li><a href="more/index.htm">More
  607. Boost</a></li>
  608. <li><a href="more/links.htm#cpp">More
  609. C++</a></li>
  610. </ul>
  611. </div>
  612. </div>
  613. <div class="sidecell" id="official">
  614. <div class="sidecell-0">
  615. <h4>Official Branch Sites</h4>
  616. <ul>
  617. <li><a href=
  618. "http://spirit.sourceforge.net/">Spirit</a></li>
  619. </ul>
  620. </div>
  621. </div>
  622. <div class="sidecell" id="unofficial">
  623. <div class="sidecell-0">
  624. <h4>Unofficial Branch Sites</h4>
  625. <ul>
  626. <li><a href=
  627. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  628. Wiki</a></li>
  629. <li><a href="http://boost.c-view.org">Chinese
  630. mirror</a></li>
  631. </ul>
  632. </div>
  633. </div>
  634. <div class="clear"></div>
  635. </div>
  636. </div>
  637. </div>
  638. </div>
  639. </div>
  640. </td>
  641. </tr>
  642. <tr>
  643. <td id="sidebars-bottom">
  644. <div class="sidebar" id="footer-sidebar">
  645. <div class="sidebar-0">
  646. <div class="sidebar-1">
  647. <div class="sidebar-2">
  648. <div class="sidebar-3">
  649. <div class="sidecell" id="footer">
  650. <div class="sidecell-0">
  651. <div id="revised">
  652. <p>Revised $Date$</p>
  653. </div>
  654. <div id="copyright">
  655. <p>Copyright Beman Dawes, David Abrahams,
  656. 1998-2003.</p>
  657. <p>Copyright Rene Rivera 2004-2005.</p>
  658. </div>
  659. <div id="license">
  660. <p>Distributed under the Boost Software
  661. License, Version 1.0. (See accompanying file
  662. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  663. or copy at <a href=
  664. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  665. LICENSE_1_0.txt</a>)</p>
  666. </div>
  667. <div id="banners">
  668. <p><a href=
  669. "http://validator.w3.org/check?uri=referer"><img class="c1"
  670. src="more/w3c_valid_xhtml10.png" alt=
  671. "Valid XHTML 1.0!" /></a></p>
  672. <p><a href=
  673. "http://jigsaw.w3.org/css-validator/check/referer">
  674. <img class="c1" src="more/w3c_valid_css.png"
  675. alt="Valid CSS!" /></a></p>
  676. <p><a href=
  677. "http://sourceforge.net"><img class="c1" src=
  678. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  679. alt="SourceForge.net" /></a></p>
  680. </div>
  681. </div>
  682. </div>
  683. <div class="clear"></div>
  684. </div>
  685. </div>
  686. </div>
  687. </div>
  688. </div>
  689. </td>
  690. </tr>
  691. </table>
  692. </div>
  693. </div>
  694. </div>
  695. </div>
  696. </body>
  697. </html>
粤ICP备19079148号