Opened 12 years ago
Last modified 12 years ago
#5468 new Bugs
ASIO does not use the standard BOOST ABI mechanism
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
Seems to be purely asio matter, so reassigning.