Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the minor release of ACE 6.5.0 and TAO 2.5.0 which is available from the usual download location under the heading "Latest Minor Release".
The Source Code zip/tar.gz provided by github do not contain the necessary MPC package, please do not download these!
Changes to ACE
- The ACE core libraries now use
std::unique_ptr
instead ofstd::auto_ptr
when C++11 or newer is enabled
Changes to TAO
- The TAO core libraries now use
std::unique_ptr
instead ofstd::auto_ptr
when C++11 or newer is enabled