github DOCGroup/ACE_TAO ACE+TAO-7_1_2

latest releases: ACE+TAO-7_1_4, ACE+TAO-7_1_3
6 months ago

Once again, thanks to the efforts of many developers, testers, and users, we are pleased to announce the major release of ACE 7.1.2 and TAO 3.1.2 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

  • C++17 removed std::auto_ptr, updated ACE/TAO to not use std::auto_ptr anymore and also not provide our own auto_ptr. With C++17 ACE doesn't provide ACE_Auto_Ptr, ACE_Auto_Basic_Ptr, ACE_Auto_Basic_Array_Ptr, ACE_Auto_Array_Ptr, and ACE_auto_ptr_reset anymore, just use std::unique_ptr
  • Add c++std which can be used in the platform_macros.GNU to set the C++ revision to be used (results in -std= flag)
  • Improve support for QNX 7.1
  • Embarcadero C++ Builder enhancements

Changes to TAO

  • TAO_IDL: Added support for the map data type, but this isn't supported in TAO user applications except for local usage

Don't miss a new ACE_TAO release

NewReleases is sending notifications on new releases.