Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the minor release of ACE 6.5.18 and TAO 2.5.18.
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Fixes for Static Initialization Order Issues Reported By AddressSanitizer
Changes to TAO
- TAO_IDL updates for valuetypes and versioned namespaces
- Moved
operators<<=
and>>=
forCORBA::Any
to theCORBA
namespace. This makes the code compatible with GCC 12 and removes the need for both the-fdelayed-template-parsing
workaround (for clang) and definingACE_ANY_OPS_USE_NAMESPACE
inconfig-macos*.h
. - Removed unused configuration option
ACE_ANY_OPS_USE_NAMESPACE