mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-24 04:02:15 +00:00
added from_type and to_type typedefs to default_codecvt, for Old Dinkumware
[SVN r27114]
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
namespace boost { namespace iostreams { namespace detail {
|
||||
|
||||
struct default_codecvt {
|
||||
typedef wchar_t intern_type;
|
||||
typedef char extern_type;
|
||||
typedef wchar_t intern_type, from_type;
|
||||
typedef char extern_type, to_type;
|
||||
typedef std::mbstate_t state_type;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user