ACE 7.0.8 and TAO 3.0.8 released
The open source community has released ACE 7.0.8 and TAO 3.0.8
The open source community has released on Friday July 1st 2022 a new ACE 7.0.8 and TAO 3.0.8 release. This release is available from the usual download location at https://download.dre.vanderbilt.edu/ under the heading “Latest Micro Release” or from the github release page.
The doxygen documentation for this release is also available. In addition to the packages combined of sources and generate makefiles, this release provides source-only packages for developers who use MPC to generate their own makefiles.
Changes to ACE (detailed changes)¶
- Minor changes
Changes to TAO (detailed changes)¶
- 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
Comments