Opened 12 years ago

Last modified 12 years ago

#5468 new Bugs

ASIO does not use the standard BOOST ABI mechanism

Reported by: brian@… Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost 1.46.1 Severity: Problem
Keywords: Cc:

Description

BOOST libraries should all use the ABI support that is built into boost. For other boost libraries, in the boost/config/user.hpp you can point to your own header files where you can insert the #pragma pack statement. ASIO does not use this mechanism, it has its own headers in asio/detail/push_options.hpp.

Change History (1)

comment:1 by Vladimir Prus, 12 years ago

Component: Building Boostasio
Owner: set to chris_kohlhoff

Seems to be purely asio matter, so reassigning.

Note: See TracTickets for help on using tickets.