Boost C++ Libraries: Ticket #2916: BOOST_ASIO_DISABLE_SERIAL_PORT doesn't work as expected https://svn.boost.org/trac10/ticket/2916 <p> The expected result is that none of the serial port code would be included. This does not happen, many of the serial port related headers get included and potentially cause many compile errors (for example, if your platform doesn't have termios). </p> <p> Obviously there are a number of different ways to handle this problem, I can provide a patch if you like, but placement of the checks is just a matter of opinion (it seems like one would want to just put the check in the top level serial port files after boost/config.hpp is included, however). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2916 Trac 1.4.3 chris_kohlhoff Thu, 16 Apr 2009 03:30:03 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2916#comment:1 https://svn.boost.org/trac10/ticket/2916#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> Ticket