index.htm 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  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. <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="stylesheet" type="text/css" href="more/css_0/front.css" />
  10. <!--[if IE]>
  11. <style type="text/css">
  12. body { behavior: url(more/css_0/csshover.htc); }
  13. </style>
  14. <![endif]-->
  15. </head>
  16. <body>
  17. <div class="body-0">
  18. <div class="body-1">
  19. <div class="body-2">
  20. <div id="heading">
  21. <div id="heading-0">
  22. <h1><span id="boost">Boost</span> <span id="cpplibraries">C++
  23. Libraries</span></h1>
  24. <blockquote id="heading-quote">
  25. <span class="quote">&ldquo;...one of the most highly regarded
  26. and expertly designed C++ library projects in the
  27. world.&rdquo;</span> <span class="attribution">&mdash; <a href=
  28. "http://www.gotw.ca/">Herb Sutter</a> and <a href=
  29. "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
  30. Alexandrescu</a>, <a href=
  31. "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
  32. Standards</a></span>
  33. </blockquote>
  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 "existing practice" 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 will part of the
  64. 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">Follow the
  69. <a href="more/getting_started.html">Getting Started
  70. Guide</a> to download and install Boost. Popular
  71. Linux and Unix distributions such as <a href=
  72. "http://fedora.redhat.com/">Fedora</a>, <a href=
  73. "http://www.debian.org/">Debian</a>, and <a href=
  74. "http://www.netbsd.org/">NetBSD</a> include pre-built
  75. Boost packages. Boost may already be available on
  76. your organization's internal web 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>??? - 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</a>:</span>
  124. Framework for defining streams, stream buffers and
  125. i/o filters, from Jonathan Turkanis.</li>
  126. <li><span class="library"><a href=
  127. "libs/functional/hash/index.html">functional/hash</a>:</span>
  128. A TR1 hash function object that can be extended to
  129. hash user defined types, from Daniel James.</li>
  130. <li><span class="library"><a href=
  131. "libs/parameter/doc/html/index.html">Parameter
  132. library</a>:</span> Write functions that accept
  133. arguments by name: especially useful when a
  134. function has more than one argument with a useful
  135. default value, since named arguments can be passed
  136. in any order.</li>
  137. <li><span class="library"><a href=
  138. "libs/ptr_container/index.html">Pointer Container
  139. Library</a>:</span> Containers for storing
  140. heap-allocated polymorphic objects to ease
  141. OO-programming, from Thorsten Ottosen.</li>
  142. <li><span class="library"><a href=
  143. "libs/wave/index.html">Wave</a>:</span> Standards
  144. conformant implementation of the mandated C99/C++
  145. preprocessor functionality packed behind an easy to
  146. use iterator interface, from
  147. Hartmut&nbsp;Kaiser.</li>
  148. </ul>
  149. <h4>Updated Libraries</h4>
  150. <ul>
  151. <li><span class="library"><a href=
  152. "libs/assign/doc/index.html">Assignment
  153. Library</a>:</span> Support for <a href=
  154. "libs/ptr_container/index.html">Pointer Container
  155. Library</a> and new efficient functions
  156. <code>ref_list_of()</code> and
  157. <code>cref_list_of()</code> for generating
  158. anonymous ranges.</li>
  159. <li>
  160. <span class="library"><a href=
  161. "doc/html/date_time.html">Date-Time
  162. Library</a>:</span>
  163. <ul>
  164. <li>Added <a href=
  165. "doc/html/date_time/local_time.html">local time
  166. and time zone classes</a>.</li>
  167. <li>Added <a href=
  168. "doc/html/date_time/date_time_io.html">format-based
  169. Input/Output facets</a>.</li>
  170. <li>For a complete list of changes, see the
  171. library <a href=
  172. "doc/html/date_time/details.html#date_time.changes">
  173. change history</a>.</li>
  174. </ul>
  175. </li>
  176. <li>
  177. <span class="library"><a href=
  178. "libs/graph/doc/index.html">Graph
  179. Library</a>:</span> Introduced several new
  180. algorithms and improved existing algorithms:
  181. <ul>
  182. <li><a href=
  183. "libs/graph/doc/python.html">Experimental
  184. Python bindings</a>, from Doug Gregor and
  185. Indiana University.</li>
  186. <li><a href=
  187. "libs/graph/doc/floyd_warshall_shortest.html"><tt>
  188. floyd warshall all pairs shortest
  189. paths</tt></a>, from Lauren Foutz and Scott
  190. Hill.</li>
  191. <li><a href=
  192. "libs/graph/doc/astar_search.html"><tt>astar
  193. search</tt></a>, from Kristopher Beevers and
  194. Jufeng Peng.</li>
  195. <li><a href=
  196. "libs/graph/doc/fruchterman_reingold.html"><tt>fruchterman
  197. reingold force directed layout</tt></a>, from
  198. Doug Gregor and Indiana University.</li>
  199. <li><a href=
  200. "libs/graph/doc/biconnected_components.html"><tt>
  201. biconnected components</tt> and
  202. <tt>articulation points</tt></a>, from Jeremy
  203. Siek, Janusz Piwowarski, and Doug Gregor.</li>
  204. <li><a href=
  205. "libs/graph/doc/sequential_vertex_coloring.html">
  206. <tt>sequential vertex coloring</tt></a> has
  207. been updated, tested, and documented.</li>
  208. <li><a href=
  209. "libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy
  210. atun layout</tt></a>, from Jeremiah Willcock
  211. and Doug Gregor of Indiana University.</li>
  212. <li><a href=
  213. "libs/graph/doc/king_ordering.html"><tt>king
  214. ordering</tt></a>, from D. Kevin McGrath of
  215. Indiana University.</li>
  216. <li><a href=
  217. "libs/graph/doc/cuthill_mckee_ordering.html"><tt>
  218. cuthill mckee ordering</tt></a> has been recast
  219. as an invocation of <tt>breadth first
  220. search</tt> and now supports graphs with
  221. multiple components.</li>
  222. <li><a href=
  223. "libs/graph/doc/dijkstra_shortest_paths.html"><tt>
  224. dijkstra shortest paths</tt></a> now uses a
  225. relaxed heap&nbsp;[<a href=
  226. "libs/graph/doc/bibliography.html#driscoll88">61</a>]
  227. as its priority queue, improving its complexity
  228. to <em>O(V log V)</em> and improving real-world
  229. performance for larger graphs.</li>
  230. <li><a href=
  231. "libs/graph/doc/read_graphviz.html"><code>read
  232. graphviz</code></a> now has a new, Spirit-based
  233. parser that works for all graph types and
  234. supports arbitrary properties on the graph,
  235. from Ron Garcia. The old, Bison-based GraphViz
  236. reader has been deprecated and will be removed
  237. in a future Boost release. <a href=
  238. "libs/graph/doc/write-graphviz.html"><code>write
  239. graphviz</code></a> also supports dynamic
  240. properties.</li>
  241. <li><a href=
  242. "libs/graph/doc/subgraph.html"><code>subgraph</code></a>:
  243. <code>get_property</code> now refers to the
  244. subgraph property, not the root graph's
  245. property.</li>
  246. <li>See the <a href=
  247. "libs/graph/doc/history.html#by-version">history</a>
  248. for additional changes and bug fixes.</li>
  249. </ul>
  250. </li>
  251. <li>
  252. <span class="library"><a href=
  253. "libs/multi_index/doc/index.html">Multi-index
  254. Containers Library</a>:</span>
  255. <ul>
  256. <li>New <a href=
  257. "libs/multi_index/doc/advanced_topics.html#hashed_indices">
  258. hashed indices</a>.</li>
  259. <li>Added <a href=
  260. "libs/multi_index/doc/advanced_topics.html#serialization">
  261. serialization support</a>.</li>
  262. <li>For a complete list of changes, see the
  263. library <a href=
  264. "libs/multi_index/doc/release_notes.html">release
  265. notes</a>.</li>
  266. </ul>
  267. </li>
  268. <li>
  269. <span class="library"><a href=
  270. "libs/program_options/doc/index.html">Program
  271. options library</a>:</span>
  272. <ul>
  273. <li>Option descriptions are now printed with
  274. word wrapping.</li>
  275. <li>Command line parser can bypass unregistered
  276. options, instread of throwing.</li>
  277. <li>Removed support for "implicit" (optional)
  278. values.</li>
  279. <li>New customization method
  280. 'command_line_parser::extra_style_parser'.
  281. Unlike 'additional_parser', allows the user to
  282. parse several tokens and return a vector of
  283. options, not just a single option.</li>
  284. <li>Work with disabled exceptions.</li>
  285. </ul>
  286. </li>
  287. <li><span class="library"><a href=
  288. "libs/property_map/property_map.html">Property Map
  289. Library</a>:</span> Introduced the <a href=
  290. "libs/property_map/doc/dynamic_property_map.html"><code>
  291. dynamic properties</code></a> class, which provides
  292. dynamically-typed access to a set of property
  293. maps.</li>
  294. <li><span class="library"><a href=
  295. "libs/random/index.html">Random Numbers</a>:</span>
  296. improved initialization for
  297. <code>mersenne_twister</code>, algorithm by Makoto
  298. Matsumoto and Takuji Nishimura, implemented for
  299. Boost by Jens Maurer.<br />
  300. <em>Note:</em> All test vectors for
  301. <code>mersenne_twister</code>s constructed or
  302. seeded without parameters or with a single
  303. <code>unsigned int</code> parameter become
  304. invalid.</li>
  305. <li><span class="library"><a href=
  306. "libs/range/index.html">Range Library</a>:</span>
  307. Minor addition of convenience functions to
  308. <code>iterator range</code> like <code>front(),
  309. back()</code> and <code>operator[]()</code>.</li>
  310. <li>
  311. <span class="library"><a href=
  312. "libs/regex/index.html">Regex Library</a>:</span>
  313. <ul>
  314. <li>Rewritten front end parser now supports
  315. (?imsx-imsx) constructs, plus lookbehind
  316. assertions and conditional expressions.</li>
  317. <li>Thin wrapper classes improve integration
  318. with MFC/ATL code.</li>
  319. <li>Full (optional) Unicode support via the ICU
  320. library.</li>
  321. </ul>Refer to the <a href=
  322. "libs/regex/doc/history.html">regex history
  323. page</a> for more information on these and other
  324. small changes.
  325. </li>
  326. <li><span class="library"><a href=
  327. "doc/html/signals.html">Signals Library</a>:</span>
  328. added slot blocking/unblocking, from Frantz
  329. Maerten. Huge improvements to signal invocation
  330. performance from Robert Zeh.</li>
  331. </ul>
  332. <h4>Acknowledgements</h4>
  333. <p><img src="more/boost_1_33_0.jpg" width="128"
  334. height="118" alt="Medieval Mr. Gregor" class=
  335. "left-inset" /><a href=
  336. "people/doug_gregor.html">Douglas Gregor</a> managed
  337. this release.</p>
  338. </div>
  339. </div>
  340. </div>
  341. </div>
  342. <div class="clear"></div>
  343. </td>
  344. <td id="sidebars-top">
  345. <div class="sidebar" id="boost-sidebar">
  346. <div class="sidebar-0">
  347. <div class="sidebar-1">
  348. <div class="sidebar-2">
  349. <div class="sidebar-3">
  350. <div class="sidecell" id="libraries">
  351. <div class="sidecell-0">
  352. <h4>Libraries</h4>
  353. <ul>
  354. <li><a href=
  355. "libs/libraries.htm">Documentation</a></li>
  356. <li><a href=
  357. "more/license_info.html">License</a></li>
  358. <li><a href=
  359. "http://sourceforge.net/project/showfiles.php?group_id=7586">
  360. Download</a></li>
  361. <li><a href=
  362. "more/getting_started.html">Getting
  363. Started</a></li>
  364. </ul>
  365. </div>
  366. </div>
  367. <div class="sidecell" id="tests">
  368. <div class="sidecell-0">
  369. <h4>Regression Tests</h4>
  370. <ul>
  371. <li><a href=
  372. "status/compiler_status.html">General
  373. Info</a></li>
  374. <li><a href=
  375. "http://www.boost.org/regression/release/user/">
  376. Release</a></li>
  377. <li><a href=
  378. "http://www.boost.org/regression/developement/developer/">
  379. Development</a></li>
  380. </ul>
  381. </div>
  382. </div>
  383. <div class="sidecell" id="search">
  384. <div class="sidecell-0">
  385. <h4>Search Boost</h4>
  386. <form method="get" action=
  387. "http://www.google.com/custom">
  388. <p><span id="search-text"><input type="text"
  389. name="q" id="q" size="31" maxlength="255"
  390. alt="Search Text" /></span> <span id=
  391. "search-choice"><select name="hq" id="hq">
  392. <option label="Boost" value=
  393. "site:www.boost.org">
  394. Boost
  395. </option>
  396. <option label="Documentation" value=
  397. "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
  398. Documentation
  399. </option>
  400. <option label="Mailing Lists" value=
  401. "site:lists.boost.org">
  402. Mailing Lists
  403. </option>
  404. </select></span> <span id="go"><input type=
  405. "image" name="search" src="more/space.gif"
  406. alt="Search" id="search-button" /></span>
  407. <span id="google"><a href=
  408. "http://www.google.com/search"><img src=
  409. "more/google_logo_25wht.gif" alt="Google" />
  410. Powered</a></span> <input type="hidden" name=
  411. "cof" value=
  412. "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
  413. <input type="hidden" name="sa" value=
  414. "Google Search" /> <input type="hidden" name=
  415. "domains" value=
  416. "www.boost.org;lists.boost.org" /></p>
  417. </form>
  418. </div>
  419. </div>
  420. <div class="clear"></div>
  421. </div>
  422. </div>
  423. </div>
  424. </div>
  425. </div>
  426. <div class="sidebar" id="participation-sidebar">
  427. <div class="sidebar-0">
  428. <div class="sidebar-1">
  429. <div class="sidebar-2">
  430. <div class="sidebar-3">
  431. <div class="sidecell" id="groups">
  432. <div class="sidecell-0">
  433. <h4>Groups</h4>
  434. <ul>
  435. <li><a href=
  436. "more/mailing_lists.htm#main">Boost
  437. (Developers)</a></li>
  438. <li><a href=
  439. "more/mailing_lists.htm#users">Boost
  440. Users</a></li>
  441. <li><a href=
  442. "more/mailing_lists.htm#announce">Announcements</a></li>
  443. <li><a href=
  444. "more/mailing_lists.htm#interest">Boost
  445. General Interest</a></li>
  446. <li><a href=
  447. "more/mailing_lists.htm#projects">Project-Specific</a></li>
  448. <li><a href=
  449. "more/discussion_policy.htm">Discussion
  450. Policy</a></li>
  451. </ul>
  452. </div>
  453. </div>
  454. <div class="sidecell" id="contribute">
  455. <div class="sidecell-0">
  456. <h4>Contribute</h4>
  457. <ul>
  458. <li><a href=
  459. "more/formal_review_process.htm">Formal
  460. Reviews</a></li>
  461. <li><a href=
  462. "more/formal_review_schedule.html">Review
  463. Schedule</a></li>
  464. <li><a href=
  465. "more/lib_guide.htm#Requirements">Requirements</a></li>
  466. <li><a href=
  467. "more/lib_guide.htm#Guidelines">Guidelines</a></li>
  468. <li><a href=
  469. "more/submission_process.htm">Submissions</a></li>
  470. </ul>
  471. </div>
  472. </div>
  473. <div class="clear"></div>
  474. </div>
  475. </div>
  476. </div>
  477. </div>
  478. </div>
  479. <div class="sidebar" id="resources-sidebar">
  480. <div class="sidebar-0">
  481. <div class="sidebar-1">
  482. <div class="sidebar-2">
  483. <div class="sidebar-3">
  484. <div class="sidecell" id="support">
  485. <div class="sidecell-0">
  486. <h4>Support</h4>
  487. <ul>
  488. <li><a href="more/faq.htm">FAQ</a></li>
  489. <li><a href=
  490. "http://sourceforge.net/tracker/?group_id=7586">
  491. Request Support</a></li>
  492. <li><a href="more/bugs.htm">Report
  493. Bugs</a></li>
  494. <li><a href=
  495. "more/requesting_new_features.htm">Suggest
  496. Features</a></li>
  497. <li><a href=
  498. "more/links.htm#Commercial%20Support">Commercial
  499. Support</a></li>
  500. <li><a href="more/mailing_lists.htm">Mailing
  501. Lists</a></li>
  502. <li><a href=
  503. "more/version_history.html">Version
  504. History</a></li>
  505. </ul>
  506. </div>
  507. </div>
  508. <div class="sidecell" id="other">
  509. <div class="sidecell-0">
  510. <h4>Other Resources</h4>
  511. <ul>
  512. <li><a href=
  513. "http://boost-sandbox.sourceforge.net/vault/">
  514. Sandbox Files</a></li>
  515. <li><a href=
  516. "http://www.yahoogroups.com/files/boost/">Files
  517. (Members)</a></li>
  518. <li><a href=
  519. "more/getting_started.html#CVS">Main
  520. CVS</a></li>
  521. <li><a href=
  522. "more/mailing_lists.htm#sandbox">Sandbox
  523. CVS</a></li>
  524. <li><a href="tools/index.html">Tools</a></li>
  525. <li><a href=
  526. "people/people.htm">People</a></li>
  527. <li><a href=
  528. "doc/html/who_s_using_boost_.html">Who's
  529. Using Boost?</a></li>
  530. <li><a href=
  531. "more/moderators.html">Moderators</a></li>
  532. <li><a href="more/index.htm">More
  533. Boost</a></li>
  534. <li><a href="more/links.htm#cpp">More
  535. C++</a></li>
  536. </ul>
  537. </div>
  538. </div>
  539. <div class="sidecell" id="official">
  540. <div class="sidecell-0">
  541. <h4>Official Branch Sites</h4>
  542. <ul>
  543. <li><a href=
  544. "http://spirit.sourceforge.net/">Spirit</a></li>
  545. </ul>
  546. </div>
  547. </div>
  548. <div class="sidecell" id="unofficial">
  549. <div class="sidecell-0">
  550. <h4>Unofficial Branch Sites</h4>
  551. <ul>
  552. <li><a href=
  553. "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
  554. Wiki</a></li>
  555. <li><a href="http://boost.c-view.org">Chinese
  556. mirror</a></li>
  557. </ul>
  558. </div>
  559. </div>
  560. <div class="clear"></div>
  561. </div>
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566. </td>
  567. </tr>
  568. <tr>
  569. <td id="sidebars-bottom">
  570. <div class="sidebar" id="footer-sidebar">
  571. <div class="sidebar-0">
  572. <div class="sidebar-1">
  573. <div class="sidebar-2">
  574. <div class="sidebar-3">
  575. <div class="sidecell" id="footer">
  576. <div class="sidecell-0">
  577. <div id="revised">
  578. <p>Revised <span class=
  579. "cvs-keyword-date">$Date: 2005/07/25 06:06:04
  580. $</span></p>
  581. </div>
  582. <div id="copyright">
  583. <p>Copyright Beman Dawes, David Abrahams,
  584. 1998-2003.</p>
  585. <p>Copyright Rene Rivera 2004-2005.</p>
  586. </div>
  587. <div id="license">
  588. <p>Distributed under the Boost Software
  589. License, Version 1.0. (See accompanying file
  590. <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
  591. or copy at <a href=
  592. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/
  593. LICENSE_1_0.txt</a>)</p>
  594. </div>
  595. <div id="banners">
  596. <p><a href=
  597. "http://validator.w3.org/check?uri=referer"><img class="c1"
  598. src="more/w3c_valid_xhtml10.png" alt=
  599. "Valid XHTML 1.0!" /></a></p>
  600. <p><a href=
  601. "http://jigsaw.w3.org/css-validator/check/referer">
  602. <img class="c1" src="more/w3c_valid_css.png"
  603. alt="Valid CSS!" /></a></p>
  604. <p><a href=
  605. "http://sourceforge.net"><img class="c1" src=
  606. "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
  607. alt="SourceForge.net" /></a></p>
  608. </div>
  609. </div>
  610. </div>
  611. <div class="clear"></div>
  612. </div>
  613. </div>
  614. </div>
  615. </div>
  616. </div>
  617. </td>
  618. </tr>
  619. </table>
  620. </div>
  621. </div>
  622. </div>
  623. </div>
  624. </body>
  625. </html>
粤ICP备19079148号