
On Dec 26, 2007, at 12:11 PM, Rene Rivera wrote:
K. Noel Belcourt wrote:
Has someone touched the iostreams library in the last day or so?
I believe Jonathan has been making changes.
Looks like he may have forgotten to add some files. This patch comments out the two missing files. Okay to commit? [kbelco@sahp7645 boost]$ svn diff Index: libs/iostreams/test/Jamfile.v2 =================================================================== --- libs/iostreams/test/Jamfile.v2 (revision 42309) +++ libs/iostreams/test/Jamfile.v2 (working copy) @@ -79,8 +79,8 @@ [ test-iostreams seekable_filter_test.cpp ] [ test-iostreams sequence_test.cpp ] [ test-iostreams stdio_filter_test.cpp ] - [ test-iostreams stream_offset_32bit_test.cpp ] - [ test-iostreams stream_offset_64bit_test.cpp ] + # [ test-iostreams stream_offset_32bit_test.cpp ] + # [ test-iostreams stream_offset_64bit_test.cpp ] [ test-iostreams stream_state_test.cpp ] [ test-iostreams symmetric_filter_test.cpp ] [ test-iostreams tee_test.cpp ] -- Noel