mirror of
https://github.com/boostorg/range.git
synced 2026-02-11 09:19:02 +01:00
Compare commits
70 Commits
boost-1.37
...
svn-branch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6592634587 | ||
|
|
d20121bf12 | ||
|
|
15a697f86b | ||
|
|
dbef3564c4 | ||
|
|
b948d9af17 | ||
|
|
95d424012b | ||
|
|
36a99eb0a0 | ||
|
|
f117011b60 | ||
|
|
7c0d73b8cf | ||
|
|
405ebd8cca | ||
|
|
94b45ef51e | ||
|
|
e115ac1006 | ||
|
|
8b712359a2 | ||
|
|
428e72ed22 | ||
|
|
73db2a05b6 | ||
|
|
507d1e8075 | ||
|
|
d31787daae | ||
|
|
14a9a1906b | ||
|
|
f65c137e73 | ||
|
|
8085605217 | ||
|
|
0eb365edbe | ||
|
|
2e0d7eab4a | ||
|
|
637dc618d1 | ||
|
|
dd1459f221 | ||
|
|
ba96d075b2 | ||
|
|
a2f3a45214 | ||
|
|
6ac0cfe09c | ||
|
|
7b3857a9a8 | ||
|
|
2605b9ee45 | ||
|
|
1509d5603b | ||
|
|
93deddde63 | ||
|
|
68a63cab85 | ||
|
|
06c54ccd48 | ||
|
|
2e298b5e60 | ||
|
|
00e70244a5 | ||
|
|
3f98d69c94 | ||
|
|
4767db522b | ||
|
|
f6e555dda3 | ||
|
|
01826978d6 | ||
|
|
336c12b60f | ||
|
|
82768af3d2 | ||
|
|
8984de1c74 | ||
|
|
4db083cd6d | ||
|
|
f4cde208f2 | ||
|
|
d130dff5ec | ||
|
|
aa9158b199 | ||
|
|
bbd9fdb7bd | ||
|
|
17514e1d44 | ||
|
|
d759c23552 | ||
|
|
cf9ad808a6 | ||
|
|
028bff0c22 | ||
|
|
33a8016af3 | ||
|
|
24466ae189 | ||
|
|
c8ffe55ae5 | ||
|
|
a862a573df | ||
|
|
0b0dfc0e06 | ||
|
|
e0a76af0f9 | ||
|
|
51650f1aa2 | ||
|
|
aeb47120e3 | ||
|
|
22b7b4ec8e | ||
|
|
a933622ae1 | ||
|
|
f49be0b382 | ||
|
|
007117cefb | ||
|
|
73bb3d899a | ||
|
|
4a8987865e | ||
|
|
f885495565 | ||
|
|
dc34cd6079 | ||
|
|
5850d7ce3e | ||
|
|
554f832234 | ||
|
|
dc96b440be |
@@ -1,78 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Boost.Range Upgrading </title> <link rel="stylesheet"
|
||||
href="style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table border="0" >
|
||||
<tr>
|
||||
<td ><img src="../../../boost.png" border="0" ></td>
|
||||
<td ><h1 align="center">Boost.Range </h1></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2 >Upgrading from Boost v. 1.34.*</h2><a name="v1.34" ></a>
|
||||
<p >
|
||||
Boost v. 1.35 introduced some larger refactorings of the library:
|
||||
</p>
|
||||
<ul >
|
||||
<li>Direct support for character arrays was abandoned in favor of
|
||||
uniform treatment of all arrays. Instead string algorithms can use
|
||||
the new function <a
|
||||
href="boost_range.html#as_literal">as_literal()</a>.</li>
|
||||
<li><a
|
||||
href="boost_range.html#size">boost::size()</a> now requires a Random Access Range. The old behavior is provided as <a
|
||||
href="boost_range.html#distance">boost::distance()</a> </li>
|
||||
<li> <code>range_size<T>::type</code> has been completely removed
|
||||
in favor of <code>range_difference<T>::type</code>
|
||||
<li>
|
||||
<code>boost_range_begin()</code> and <code>boost_range_end()</code>
|
||||
have been renamed <code>range_begin()</code> and <code>range_begin()</code>, respectively.</li>
|
||||
|
||||
|
||||
<li><code>range_result_iterator<T>::type</code> and
|
||||
<code>range_reverse_result_iterator<T>::type</code> are have
|
||||
been renamed
|
||||
<code>range_iterator<T>::type</code> and
|
||||
<code>range_reverse_iterator<T>::type</code>.
|
||||
</li>
|
||||
<li>The procedure that makes a custom type work with the library
|
||||
has been greatly simplified. See <a
|
||||
href="boost_range.html#minimal_interface">extending the library </a>
|
||||
for details.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<hr>
|
||||
<p>
|
||||
© <a name="Copyright" id="Copyright">Copyright</a> Thorsten Ottosen 2008.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See
|
||||
accompanying file LICENSE_1_0.txt or copy at <a href=
|
||||
"http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -55,8 +55,6 @@
|
||||
<li><a href="doc/mfc_atl.html">MFC/ATL mapping (courtesy of Shunsuke
|
||||
Sogame)</a></li>
|
||||
<li><a href="doc/portability.html">Portability</a>
|
||||
<li><a href="doc/upgrading.html">Upgrading from Boost v.
|
||||
1.34.*</a></li>
|
||||
<li><a href="doc/faq.html">FAQ</a>
|
||||
<li><a href="doc/history_ack.html">History and acknowledgment</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user