mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-24 18:02:09 +00:00
Compare commits
4 Commits
boost-1.32
...
boost-1.33
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d0e238609 | ||
|
|
f4254a239e | ||
|
|
39f11e7cc0 | ||
|
|
b18fc5cd99 |
@@ -71,7 +71,7 @@ void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) )
|
||||
std::ios::eofbit | std::ios::failbit
|
||||
};
|
||||
|
||||
std::string strings[] = {
|
||||
static std::string strings[] = {
|
||||
std::string(""),
|
||||
std::string("0"),
|
||||
std::string("1"),
|
||||
@@ -179,7 +179,7 @@ void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) )
|
||||
const std::string spaces = "\t\n "; //"\t\n\v\f ";
|
||||
|
||||
const std::string long_string = get_long_string();
|
||||
/*const*/ std::string strings[] = {
|
||||
/*const*/ static std::string strings[] = {
|
||||
// NOTE: "const" gives the usual problems with Borland
|
||||
// (in Tests::stream_extractor instantiation)
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ align="middle" width="277" height="86">
|
||||
<br>
|
||||
</p>
|
||||
|
||||
<!-- BEGIN TODO -->
|
||||
<!-- BEGIN TODO
|
||||
TODO:
|
||||
<ul>
|
||||
<li> ask to Jeremy about reference::operator& and about
|
||||
@@ -57,7 +57,7 @@ TODO:
|
||||
<br>
|
||||
Note:
|
||||
Other things to do are marked by "[gps]"
|
||||
<!-- END TODO -->
|
||||
END TODO -->
|
||||
|
||||
|
||||
<h1>dynamic_bitset<Block, Allocator></h1>
|
||||
@@ -1692,7 +1692,7 @@ it works correctly when setting exception masks on the stream.<br><br>
|
||||
<li>
|
||||
Several member functions (<tt>empty()</tt>, <tt>find_first()</tt>
|
||||
, <tt>find_next()</tt>, <tt>get_allocator()</tt>, <tt>intersects()</tt>
|
||||
, <tt>max_size()</tt>, <s><tt>reserve()</tt>, <tt>capacity()</tt></s>)
|
||||
, <tt>max_size()</tt> <!--, <tt>reserve()</tt>, <tt>capacity()</tt> -->)
|
||||
have been added.
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user