"git@developer.sourcefind.cn:change/sglang.git" did not exist on "095093ee5a3ef7a946a1cced2cfbd6e5164a522f"
Commit 5b8b7202 authored by Davis King's avatar Davis King
Browse files

Fixed an incorrect comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403273
parent e1248825
......@@ -379,8 +379,8 @@ namespace dlib
USE_DEFAULT_BYTE_SERIALIZATION_FOR(signed char)
USE_DEFAULT_BYTE_SERIALIZATION_FOR(unsigned char)
// Don't define serialization for wchar_t when using a version of visual studio
// older than 8.0 (visual studio 2005) since before then they improperly set
// Don't define serialization for wchar_t when using visual studio and
// _NATIVE_WCHAR_T_DEFINED isn't defined since if it isn't they improperly set
// wchar_t to be a typedef rather than its own type as required by the C++
// standard.
#if !defined(_MSC_VER) || _NATIVE_WCHAR_T_DEFINED
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment