Opened 9 years ago
Closed 9 years ago
#8758 closed Patches (fixed)
Boost.Asio lacks algorithm header include for std::min
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The <algorithm>
header providing std::min
is not included in boost/asio/detail/impl/win_iocp_io_service.hpp
, this breaks on Visual Studio 2013 Preview due to library changes.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | 0006-Boost.Asio-include-missing-algorithm.patch added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I confirm, same here