diff options
author | Adam Mitz <mitza@objectcomputing.com> | 2022-06-24 13:45:32 -0500 |
---|---|---|
committer | Adam Mitz <mitza@objectcomputing.com> | 2022-06-24 13:45:32 -0500 |
commit | 9fd4f2bd77dd3d54995068f20e711fb3737ef711 (patch) | |
tree | 5992be7d3dde061384b2f532d153356f9bba09e3 /TAO | |
parent | 2c0df86aca175d000771a45c8744d23f39539d2a (diff) | |
download | ATCD-9fd4f2bd77dd3d54995068f20e711fb3737ef711.tar.gz |
Updated NEWS
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ USER VISIBLE CHANGES BETWEEN TAO-3.0.7 and TAO-3.0.8 ==================================================== +. Moved operators<<= and >>= for CORBA::Any to the CORBA namespace. + This makes the code compatible with GCC 12 and removes the need for + both the -fdelayed-template-parsing workaround (for clang) and defining + ACE_ANY_OPS_USE_NAMESPACE in config-macos*.h. + USER VISIBLE CHANGES BETWEEN TAO-3.0.6 and TAO-3.0.7 ==================================================== |