$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Iostreams devices and unsigned char charactertypes
From: Eric MALENFANT (Eric.Malenfant_at_[hidden])
Date: 2011-01-05 14:23:56
De : laanan fisher
>
> I'm having some trouble using boost::iostreams::basic_file (and other
> devices) with unsigned char character types.
This is because there is no definition of "char_traits" for anything else than char and wchar_t. (Look at boost/iostreams/char_traits.hpp).