Boost C++ Libraries: Ticket #2778: Request for forward declarations header https://svn.boost.org/trac10/ticket/2778 <p> I'm trying to implement a library that does something over the network. It exposes an interface that allows to supply local and remote host addresses to work with. However, as ASIO is header-only and depends on system headers, such as windows.h, I don't want to force the users of my library to include the whole implementation of ASIO and the system headers by using my library interface. </p> <p> A header with forward declarations of the most commonly used ASIO types could help me to achieve this goal. In particular, forward declarations of IP address classes would be helpful. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2778 Trac 1.4.3 chris_kohlhoff Tue, 12 Jan 2010 22:23:01 GMT milestone changed https://svn.boost.org/trac10/ticket/2778#comment:1 https://svn.boost.org/trac10/ticket/2778#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.39.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket