Compare commits

...

4 Commits

Author SHA1 Message Date
nobody
6d0e238609 This commit was manufactured by cvs2svn to create tag
'Version_1_33_1'.

[SVN r31916]
2005-12-05 14:04:06 +00:00
nobody
f4254a239e This commit was manufactured by cvs2svn to create branch 'RC_1_33_0'.
[SVN r30300]
2005-07-28 18:22:24 +00:00
Douglas Gregor
39f11e7cc0 Workaround for CodeWarrior 9.4/9.5, I think
[SVN r28956]
2005-05-16 14:22:35 +00:00
Aleksey Gurtovoy
b18fc5cd99 merge RC_1_32_0 fixes
[SVN r26328]
2004-11-28 03:35:12 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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&amp; and about
@@ -57,7 +57,7 @@ TODO:
<br>
Note:
Other things to do are marked by "[gps]"
<!-- END TODO -->
END TODO -->
<h1>dynamic_bitset&lt;Block, Allocator&gt;</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>