mirror of
https://github.com/boostorg/more.git
synced 2025-02-05 06:00:09 +08:00
hint BOOST_NO_INTRINSIC_WCHAR_T (Daryle Walker)
[SVN r8919]
This commit is contained in:
parent
df3e794608
commit
607a4933eb
@ -252,7 +252,8 @@ includes <code><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>
|
||||
|
Loading…
Reference in New Issue
Block a user