hint BOOST_NO_INTRINSIC_WCHAR_T (Daryle Walker)

[SVN r8919]
This commit is contained in:
Jens Maurer 2001-02-04 16:35:09 +00:00
parent df3e794608
commit 607a4933eb

View File

@ -252,7 +252,8 @@ includes <code>&lt;cstddef></code>, which defines defines
short</code>. Note that this means that the compiler does not see
<code>wchar_t</code> and <code>unsigned short</code> as distinct
types, as is required by the standard, and so ambiguities may emanate
when overloading on <code>wchar_t</code>.
when overloading on <code>wchar_t</code>. The macro
<code>BOOST_NO_INTRINSIC_WCHAR_T</code> is defined in this situation.
<h2>
Standard Library</h2>