Ticket #3959: win_iocp_io_service.patch

File win_iocp_io_service.patch, 403 bytes (added by Carus V. (Bud) Clarke <carus.v.clarke@…>, 13 years ago)

Patch file that removes second friend declaration

  • boost/asio/detail/win_iocp_io_service.hpp

    old new  
    723723
    724724  // The count of unfinished operations.
    725725  long outstanding_operations_;
    726   friend class operation;
    727726
    728727  // Flag to indicate whether the event loop has been stopped.
    729728  long stopped_;