mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-25 06:12:25 +00:00
- Use Boost.Container to allow debug-release mixed code (in some platforms, std:: containers' ABI changes from Debug to Release) - By default non-Phoenix and Lazy singletons. - Use atexit instead of the global object destructor to obtain LIFO semantics. - Avoid testing Phoenix singletons, as in many plataforms calling atexit from atexit is not supported.