Re: [Boost-bugs] [Boost C++ Libraries] #12115: Boost.Asio compile error on Visual Studio 2015 Update 2

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12115: Boost.Asio compile error on Visual Studio 2015 Update 2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-04-13 03:40:47


#12115: Boost.Asio compile error on Visual Studio 2015 Update 2
--------------------------------------------+----------------------------
  Reporter: Sergey Svistunov <zenden2k@…> | Owner: chris_kohlhoff
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.60.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------------------+----------------------------

Comment (by article@…):

 I just encountering the same issue, and found a resolution:

 {{{
 typedef asio::ip::tcp::resolver::iterator tcp_iterator;
 }}}

 and use tcp_iterator, instead of use asio::ip::tcp::resolver::iterator
 direct in the constructors, and compile fine

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12115#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC