Opened 9 years ago
#9257 new Patches
Fix for clang compiler warning
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
clang complains about the unsigned value TLS_OUT_OF_INDEXES not fitting into a signed enum value in boost\asio\detail\impl\win_tss_ptr.ipp. The attach patch silences this warning.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Fix for clang-cl compiler warning