From: Jeroen H. <vex...@gm...> - 2010-02-09 21:04:05
|
Hi Erik, On Tue, Feb 9, 2010 at 21:00, Nelson, Erik - 2 <eri...@ba...> wrote: > I was working to reduce my compile time a little with v0.5, and I > noticed that network/protocol/http/impl/response.ipp pulls in asio.hpp > in order to get const_buffer. > asio.hpp #includes literally 50 other header files, but it seems like > boost/asio/buffer.hpp is the only one needed... any objection to > replacing > > #include <boost/asio.hpp> > > With > > #include <boost/asio/buffer.hpp> > > In network/protocol/http/impl/response.ipp? > > Thanks > > Erik Nelson > Next time, could you please also file an issue at http://github.com/mikhailberis/cpp-netlib/issues, things seem to have a tendency to be forgotten or get lost on the mailing list, this will let us track them properly. Jeroen |