mirror of
https://github.com/boostorg/range.git
synced 2026-02-07 15:35:38 +01:00
Compare commits
28 Commits
sandbox-br
...
boost-1.39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41ab7090d2 | ||
|
|
c8c808b04e | ||
|
|
deefb61ec6 | ||
|
|
12d904a5e4 | ||
|
|
26b096f65d | ||
|
|
a85afbe470 | ||
|
|
e7902d439b | ||
|
|
b4f99d66b5 | ||
|
|
d1c2c5ce3f | ||
|
|
062e820882 | ||
|
|
4d381e8564 | ||
|
|
fd00cc129f | ||
|
|
8291ce67fc | ||
|
|
dbfa1df088 | ||
|
|
5afec2b74f | ||
|
|
a33d5c22c5 | ||
|
|
901266b76a | ||
|
|
25e932149c | ||
|
|
c54e15d374 | ||
|
|
fd448ffa31 | ||
|
|
21b558fe5e | ||
|
|
33c8f3e3ec | ||
|
|
523f8a5926 | ||
|
|
3bd0d886c4 | ||
|
|
e46eae8144 | ||
|
|
12cf02586c | ||
|
|
ee024f588b | ||
|
|
8e715b3810 |
@@ -26,8 +26,7 @@
|
||||
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#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>
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace boost
|
||||
return strlen( s );
|
||||
}
|
||||
|
||||
#ifndef BOOST_NO_INTRINSIC_WCHAR_T
|
||||
#ifndef BOOST_NO_CWCHAR
|
||||
inline std::size_t length( const wchar_t* s )
|
||||
{
|
||||
return wcslen( s );
|
||||
@@ -61,7 +61,7 @@ namespace boost
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifndef BOOST_NO_INTRINSIC_WCHAR_T
|
||||
#ifndef BOOST_NO_CWCHAR
|
||||
inline bool is_char_ptr( wchar_t* )
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user