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

Last commit made on 2007-12-18
Get this branch:
git clone -b svn-branches/iostreams_dev https://git.launchpad.net/~roguescholar/boost/+git/utility

Branch merges

Branch information

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

Recent commits

038df9b... by Jonathan Turkanis <email address hidden>

Branch for Iostreams development

[SVN r42144]

01274cf... by Niels Dekker <email address hidden>

value_init.hpp now no longer distinguished between workaround and non-workaround, because many compilers don't do value-initialization well. Fixed copy construction and assignment -- discussed with Fernando Cacciola

[SVN r41942]

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

Added value_init tests if a copy function of T is called when value_initialized<T> is copied -- a case I hadn't thought of before...

[SVN r41919]

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

Added value_init test for an value_initialized<T> object allocated on the heap.

[SVN r41667]

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

Added missing #include to value_init_test.cpp. (My mistake!)

[SVN r41648]

7300ac8... by Niels Dekker <email address hidden>

Added value_init test for C style array of bytes

[SVN r41647]

882d38c... by Niels Dekker <email address hidden>

Added value_init tests, based upon GCC bug report by Jonathan Wakely. Added URL to Borland bug report.

[SVN r41529]

33041ad... by Niels Dekker <email address hidden>

Added tests for two more struct types to value_init_test -- discussed with Fernando Cacciola

[SVN r41436]

6a2aa82... by Niels Dekker <email address hidden>

Added value_init test for struct as used in MSVC bug report regarding value-initialization.

[SVN r41423]

09ab16b... by Niels Dekker <email address hidden>

Checked the result of value_init test function, hoping to pinpoint exactly for what particular type T value_initialized<T> might fail, on some platforms

[SVN r41326]