Boost logo

Boost :

From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2004-01-28 12:22:54


--- Beman Dawes <bdawes_at_[hidden]> wrote:
> Release candidate 2 is available at
> http://www.esva.net/~beman/boost_1_31_0_rc2.zip
>
> Feedback appreciated!

Attached are the diffs between boost_1_31_0_rc2.zip and the most current
RC_1_31_0 CVS. Is it OK that some .gif and .mcp files are different? Or is this
due to a bad CVS/binary interaction?
BTW, is there a general policy regarding end-of-line characters? I noticed that
some (?) files in the zip archieve contain ctrl-M. That's not ideal for Unix or
Mac users.
Ralf

diff -b -w -r boost_1_31_0_rc2/boost/iterator/iterator_concepts.hpp
cvs_rc1310/boost/boost/iterator/iterator_concepts.hpp
107c107
< const value_type& r = *i;

---
>         value_type& r = const_cast<value_type&>(*i);
Binary files boost_1_31_0_rc2/libs/graph/doc/figs/adj-matrix-graph2.gif and
cvs_rc1310/boost/libs/graph/doc/figs/adj-matrix-graph2.gif differ
Binary files boost_1_31_0_rc2/libs/graph/doc/figs/subgraph.gif and
cvs_rc1310/boost/libs/graph/doc/figs/subgraph.gif differ
Binary files boost_1_31_0_rc2/libs/graph/doc/figs/undir-adj-matrix-graph2.gif
and cvs_rc1310/boost/libs/graph/doc/figs/undir-adj-matrix-graph2.gif differ
diff -b -w -r boost_1_31_0_rc2/libs/iterator/test/Jamfile
cvs_rc1310/boost/libs/iterator/test/Jamfile
37a38
>     [ compile-fail lvalue_concept_fail_expected.cpp ]
Only in cvs_rc1310/boost/libs/iterator/test: lvalue_concept_fail_expected.cpp
Binary files boost_1_31_0_rc2/libs/thread/build/threads.mcp and
cvs_rc1310/boost/libs/thread/build/threads.mcp differ
Binary files boost_1_31_0_rc2/libs/thread/test/test.mcp and
cvs_rc1310/boost/libs/thread/test/test.mcp differ
Only in cvs_rc1310/boost: TAG
Binary files boost_1_31_0_rc2/tools/build/c++boost.gif and
cvs_rc1310/boost/tools/build/c++boost.gif differ
Binary files boost_1_31_0_rc2/tools/build/v2/c++boost.gif and
cvs_rc1310/boost/tools/build/v2/c++boost.gif differ
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk