Opened 5 years ago
Closed 5 years ago
#13070 closed Bugs (fixed)
boost_1_64_0\boost/atomic/detail/bitwise_cast.hpp : warning C4819
Reported by: | anonymous | Owned by: | timblechmann |
---|---|---|---|
Milestone: | To Be Determined | Component: | atomic |
Version: | Boost 1.64.0 | Severity: | Problem |
Keywords: | Cc: | Andrey.Semashev@… |
Description
boost_1_64_0\boost/atomic/detail/bitwise_cast.hpp : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
i build boost 64bit
Note:
See TracTickets
for help on using tickets.
I don't understand the warning message but from MSDN it looks like it has something to do with character encoding. The headers are encoded in UTF-8, so you should configure your compiler and system accordingly.
Regardless, I converted the Unicode characters I've found to ASCII in https://github.com/boostorg/atomic/commit/b23c406f947f802b6874b6418f8ac726eddaa8a0 just in case.