]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libstdc++-v3/contrib/libstdc++-v3-4.3.3/doc/html/ext/pb_ds/prerequisites.html
update
[l4.git] / l4 / pkg / libstdc++-v3 / contrib / libstdc++-v3-4.3.3 / doc / html / ext / pb_ds / prerequisites.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6   <meta name="generator" content=
7   "HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
8
9   <title>Prerequisites</title>
10   <meta http-equiv="Content-Type" content=
11   "text/html; charset=us-ascii" />
12   </head>
13
14 <body>
15   <div id="page">
16     <h1>Usage Prerequisites</h1>
17
18     <p><tt>pb_ds</tt> has been successfully tested with the
19     following compilers:</p>
20
21     <ol>
22       <li>g++ 3.3.1, 3.4.4, 4.0, 4.1, and what will be 4.2</li>
23
24       <li>Intel icpc 8.1 and 9</li>
25
26       <li>Visual C++ .Net 2005</li>
27     </ol>
28
29     <p>The library contains only header files, and does not require
30     any other libraries except the STL. All classes are defined in
31     <tt><b>namespace</b> pb_ds</tt>. The library internally uses
32     macros beginning with <tt>PB_DS</tt> (<i>e.g.</i>, for header
33     guards), but <tt>#<b>undef</b></tt>s anything it
34     <tt>#<b>define</b></tt>s (except for header guards). Compiling
35     the library in an environment where macros beginning in
36     <tt>PB_DS</tt> are defined, may yield unpredictable results in
37     compilation, execution, or both.</p>
38
39     <p> Further dependencies are necessary to create the visual output
40     for the performance tests. To create these graphs, two additional
41     packages will be needed: <b>pychart</b> and <b>Beautiful
42     Soup</b>. Both are freely available.
43     </p>
44   </div>
45 </body>
46 </html>