Opened 9 years ago

Closed 9 years ago

#8758 closed Patches (fixed)

Boost.Asio lacks algorithm header include for std::min

Reported by: Lars Viklund <zao@…> 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)

0006-Boost.Asio-include-missing-algorithm.patch (735 bytes ) - added by Lars Viklund <zao@…> 9 years ago.

Download all attachments as: .zip

Change History (3)

by Lars Viklund <zao@…>, 9 years ago

comment:1 by anonymous, 9 years ago

I confirm, same here

comment:2 by chris_kohlhoff, 9 years ago

Resolution: fixed
Status: newclosed

Fixed on trunk in [85758]. Merged to release in [85838].

Note: See TracTickets for help on using tickets.