We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2d08f commit 5f487baCopy full SHA for 5f487ba
Release/include/cpprest/streams.h
@@ -447,7 +447,9 @@ namespace Concurrency { namespace streams
447
_INT_TRAIT(char,INT8_MIN,INT8_MAX)
448
_INT_TRAIT(signed char,INT8_MIN,INT8_MAX)
449
_INT_TRAIT(short,INT16_MIN,INT16_MAX)
450
- _INT_TRAIT(utf16char,INT16_MIN,INT16_MAX)
+#if defined(_NATIVE_WCHAR_T_DEFINED)
451
+ _INT_TRAIT(wchar_t,WCHAR_MIN, WCHAR_MAX)
452
+#endif
453
_INT_TRAIT(int,INT32_MIN,INT32_MAX)
454
_INT_TRAIT(long, LONG_MIN, LONG_MAX)
455
_INT_TRAIT(long long, LLONG_MIN, LLONG_MAX)
0 commit comments