~roguescholar/boost/+git/utility:svn-branches/filesystem3

Last commit made on 2010-06-09
Get this branch:
git clone -b svn-branches/filesystem3 https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

Name:
svn-branches/filesystem3
Repository:
lp:~roguescholar/boost/+git/utility

Recent commits

4d91700... by Beman Dawes

v2, v3, integration branch

[SVN r62649]

a991936... by Niels Dekker <email address hidden>

Made memset call in value_init conditional, see #3869. Updated the section "compiler issues" of its documentation.

[SVN r62307]

6239e68... by Niels Dekker <email address hidden>

value_init_test now uses lightweight_test by Peter Dimov; see #4246. Fernando Cacciola mailed me he agreed as well.

[SVN r62158]

e601fcb... by Niels Dekker <email address hidden>

Locally disabled a trivial MSVC warning in value_init.hpp (C4512, "assignment operator could not be generated")

[SVN r62030]

f29a5db... by Niels Dekker <email address hidden>

Hopefully fixed value_initialized compile errors on clang and comeau (strict mode) reported by Christopher Jefferson, see #4213

[SVN r61947]

22743ee... by Niels Dekker <email address hidden>

Added boost::initialized<T> as was agreed at http://lists.boost.org/Archives/boost/2010/04/164916.php -- see #3472

[SVN r61883]

e3c9822... by Eric Niebler <email address hidden>

add tr1_result_of that always behaves as TR1 specifies, fix Boost.TR1's result_of to use tr1_result_of

[SVN r61248]

82e1111... by Daniel James <email address hidden>

Revert [60052], as it causes other libraries to break.

[SVN r61097]

9339b32... by Niels Dekker <email address hidden>

Updated copyright notice.

[SVN r61075]

3770221... by Niels Dekker <email address hidden>

Hopefully fixed #3984 (std::bitset constructor issue). Tested by Juergen Hunold on msvc-10.0, msvc-9.0, and gcc-4.4. See thread starting at http://lists.boost.org/Archives/boost/2010/03/162690.php

[SVN r60331]