Searched hist:250985 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/include/
H A Duchar.hdiff 250985 Sat May 25 15:05:26 MDT 2013 ed Fix <uchar.h> in for C++11.

It turns out that in C++11, char16_t and char32_t are built-in types;
language keywords. Just fix this by putting traditional _*_T_DECLARED
blocks around the definitions. We'll just predefine these in
<sys/_types.h>.

This also opens up the possibility to define char16_t in other header
files, if ever needed (e.g. if we would gain a <ctype.h> for
char16_t/char32_t).
/freebsd-10-stable/sys/sys/
H A D_types.hdiff 250985 Sat May 25 15:05:26 MDT 2013 ed Fix <uchar.h> in for C++11.

It turns out that in C++11, char16_t and char32_t are built-in types;
language keywords. Just fix this by putting traditional _*_T_DECLARED
blocks around the definitions. We'll just predefine these in
<sys/_types.h>.

This also opens up the possibility to define char16_t in other header
files, if ever needed (e.g. if we would gain a <ctype.h> for
char16_t/char32_t).

Completed in 184 milliseconds