Opened 12 years ago
Closed 12 years ago
#4571 closed Bugs (duplicate)
Wrong capitalization of winerror.h in boost asio
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In Boost asio 1.44, a bug has been introduced in boost/asio/error.h: it #includes "WinError.h". The correct capitalization is "winerror.h". This prevents compilation of boost asio with target Windows on any OS with a case-sensitive file system. This bug did not exist in Boost 1.43.
Note:
See TracTickets
for help on using tickets.
I don't know why, but the bug tracker inserted a '?' character after WinError before .h.