|
7 | 7 | <head>
|
8 | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9 | 9 |
|
10 |
| - <title>Getting Started — cpp-netlib v0.7 documentation</title> |
| 10 | + <title>Getting Started — cpp-netlib v0.7.1 documentation</title> |
11 | 11 | <link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
|
12 | 12 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
13 | 13 | <script type="text/javascript">
|
14 | 14 | var DOCUMENTATION_OPTIONS = {
|
15 | 15 | URL_ROOT: '',
|
16 |
| - VERSION: '0.7', |
| 16 | + VERSION: '0.7.1', |
17 | 17 | COLLAPSE_INDEX: false,
|
18 | 18 | FILE_SUFFIX: '.html',
|
19 | 19 | HAS_SOURCE: true
|
|
22 | 22 | <script type="text/javascript" src="_static/jquery.js"></script>
|
23 | 23 | <script type="text/javascript" src="_static/underscore.js"></script>
|
24 | 24 | <script type="text/javascript" src="_static/doctools.js"></script>
|
25 |
| - <link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" /> |
| 25 | + <link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" /> |
26 | 26 | <link rel="next" title="Examples" href="examples.html" />
|
27 | 27 | <link rel="prev" title="What’s New" href="whats_new.html" />
|
28 | 28 | </head>
|
|
31 | 31 | <div class="document">
|
32 | 32 | <div id="custom-doc" class="yui-t4">
|
33 | 33 | <div id="hd">
|
34 |
| - <h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1> |
| 34 | + <h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1> |
35 | 35 | <div class="nav">
|
36 | 36 | « <a href="whats_new.html" title="What&#8217;s New">previous</a>
|
37 | 37 | |
|
38 |
| - <a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a> |
| 38 | + <a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a> |
39 | 39 | |
|
40 | 40 | <a href="examples.html" title="Examples">next</a> »</div>
|
41 | 41 | </div>
|
@@ -93,7 +93,7 @@ <h2>Downloading a development version<a class="headerlink" href="#downloading-a-
|
93 | 93 | <div class="section" id="getting-boost">
|
94 | 94 | <h2>Getting Boost<a class="headerlink" href="#getting-boost" title="Permalink to this headline">¶</a></h2>
|
95 | 95 | <p><tt class="xref py py-mod docutils literal"><span class="pre">cpp-netlib</span></tt> depends on <a class="reference external" href="http://www.boost.org/doc/libs/release/more/getting_started/index.html">Boost</a>. It should work for any version
|
96 |
| -of Boost above 1.41.0. If Boost is not installed on your system, the |
| 96 | +of Boost above 1.43.0. If Boost is not installed on your system, the |
97 | 97 | latest package can be found on the <a class="reference external" href="http://www.boost.org/users/download/">Boost web-site</a>. The environment
|
98 | 98 | variable <tt class="docutils literal"><span class="pre">BOOST_ROOT</span></tt> must be defined, which must be the full path
|
99 | 99 | name of the top directory of the Boost distribution. Although Boost
|
@@ -170,7 +170,7 @@ <h2>Reporting Issues, Getting Support<a class="headerlink" href="#reporting-issu
|
170 | 170 | join the discussion) you have a few options to choose from.</p>
|
171 | 171 | <p>For reporting bugs, feature requests, and asking questions about the
|
172 | 172 | implementation and/or the documentation, you can go to the GitHub issues page
|
173 |
| -for the project at <a class="reference external" href="http://github.com/mikhailberis/cpp-netlib/issues">http://github.com/mikhailberis/cpp-netlib/issues</a>.</p> |
| 173 | +for the project at <a class="reference external" href="http://github.com/cpp-netlib/cpp-netlib/issues">http://github.com/cpp-netlib/cpp-netlib/issues</a>.</p> |
174 | 174 | <p>You can also opt to join the developers mailing list for a more personal
|
175 | 175 | interaction with the developers of the project. You can join the mailing list
|
176 | 176 | through <a class="reference external" href="https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel">https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel</a>.</p>
|
@@ -219,7 +219,7 @@ <h3>Browse</h3>
|
219 | 219 | <h3>You are here:</h3>
|
220 | 220 | <ul>
|
221 | 221 | <li>
|
222 |
| - <a href="index.html">cpp-netlib v0.7 documentation</a> |
| 222 | + <a href="index.html">cpp-netlib v0.7.1 documentation</a> |
223 | 223 |
|
224 | 224 | <ul><li>Getting Started</li></ul>
|
225 | 225 |
|
@@ -255,7 +255,7 @@ <h3>Quick search</h3>
|
255 | 255 | <div class="nav">
|
256 | 256 | « <a href="whats_new.html" title="What&#8217;s New">previous</a>
|
257 | 257 | |
|
258 |
| - <a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a> |
| 258 | + <a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a> |
259 | 259 | |
|
260 | 260 | <a href="examples.html" title="Examples">next</a> »</div>
|
261 | 261 | </div>
|
|
0 commit comments