Skip to content

Commit

Permalink
Update contrib/restricted/boost/type_traits to 1.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-piglet committed May 4, 2023
1 parent f0eea2d commit ebf335a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ template<> struct is_integral<char16_t> : public true_type{};
#ifndef BOOST_NO_CXX11_CHAR32_T
template<> struct is_integral<char32_t> : public true_type{};
#endif
#if defined(__cpp_char8_t) && __cpp_char8_t >= 201811L
template<> struct is_integral<char8_t> : public true_type{};
#endif

#endif // non-CodeGear implementation

Expand Down

0 comments on commit ebf335a

Please sign in to comment.