Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.0.8 and TAO 3.0.8 which is available from the usual download location under the heading "Latest Micro Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC files, please do not download these!
Changes to ACE
- Minor changes
Changes to TAO
- 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