Opened 7 years ago
Closed 7 years ago
#11870 closed Bugs (fixed)
arithmetic_type misses wchar_t handling as typedef to short
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_traits |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | wchar_t, arithmetic_type, common_type, arithmetic promotion | Cc: |
Description
The specialization for wchar_t should be disabled in arithmetic_type, if wchar_t is a typedef rather than a type.
Attachments (1)
Change History (2)
by , 7 years ago
Attachment: | arithmetic_type_wchar_t_handling.patch added |
---|
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch