mirror of https://git.musl-libc.org/git/musl
Browse Source
including uchar.h in c++ code is only well defined in c++11 onwards where char16_t and char32_t type definitions must be hidden since they are keywords. however some c++ code compiled for older c++ standard include uchar.h too and they need the typedefs, this fix makes such code work.master
committed by
Rich Felker
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue