Opened 9 years ago

Closed 9 years ago

#8780 closed Bugs (fixed)

is_integral returning false for char16_t and char32_t on gcc-4.8

Reported by: Eric Niebler Owned by: John Maddock
Milestone: To Be Determined Component: type_traits
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Subject line says it all.

Change History (3)

comment:1 by Eric Niebler, 9 years ago

Summary: is_integral returning false for char16_t and char32_t on gcc-3.8is_integral returning false for char16_t and char32_t on gcc-4.8

comment:2 by Eric Niebler, 9 years ago

Ditto for clang-trunk, by the way.

comment:3 by John Maddock, 9 years ago

Resolution: fixed
Status: newclosed

(In [85019]) Add support for char16_t and char32_t. Fixes #8780.

Note: See TracTickets for help on using tickets.