mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-26 04:42:19 +00:00
Tru64 fix
[SVN r29128]
This commit is contained in:
@@ -29,7 +29,7 @@ struct stream_facade_traits {
|
||||
typedef Tr traits_type;
|
||||
typedef typename category_of<Device>::type mode;
|
||||
typedef typename
|
||||
select<
|
||||
iostreams::select< // Dismbiguation required for Tru64.
|
||||
mpl::and_<
|
||||
is_convertible<mode, input>,
|
||||
is_convertible<mode, output>
|
||||
|
||||
Reference in New Issue
Block a user