mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-27 05:02:29 +00:00
replaced select with do_select for VC6 (temporary measure)
[SVN r27151]
This commit is contained in:
@@ -104,7 +104,7 @@ struct resolve_traits {
|
||||
// Note: test for is_iterator_range must come before test for output
|
||||
// iterator.
|
||||
typedef typename
|
||||
select<
|
||||
do_select<
|
||||
is_std_io<T>,
|
||||
mode_adapter<Mode, T>,
|
||||
is_iterator_range<T>,
|
||||
|
||||
Reference in New Issue
Block a user