Boost logo

Boost :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-12-26 17:32:26


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_at_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


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