Tru64 fix

[SVN r29128]
This commit is contained in:
Jonathan Turkanis
2005-05-21 20:14:58 +00:00
parent 5a75413edf
commit bbaccd4da4

View File

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