Opened 15 years ago
Closed 15 years ago
#1003 closed Bugs (fixed)
[iostreams] copy-paste error in typedefs for wchar multichar_filters
Reported by: | Owned by: | Jonathan Turkanis | |
---|---|---|---|
Milestone: | Component: | iostreams | |
Version: | Severity: | Problem | |
Keywords: | Cc: |
Description
It appears that the wchar forms of the multichar_filters in concepts.hpp suffer from a copy-paste bug -- they aren't defaulting to wchar_t as they should be.
The patch is attached.
Attachments (3)
Change History (8)
by , 15 years ago
Attachment: | concepts.hpp added |
---|
by , 15 years ago
Attachment: | concepts.hpp.2.patch added |
---|
Updated patch for wchar multichar_filter types
comment:2 by , 15 years ago
Owner: | set to |
---|
comment:3 by , 15 years ago
Component: | None → iostreams |
---|
comment:4 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed in [42956] in branches/iostreams_dev, to be merged with trunk after testing
Note:
See TracTickets
for help on using tickets.
Patch for wchar multichar_filter types