summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-26 18:55:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-26 18:55:21 +0000
commita2bb52684c260ad4d6deb0aca845e88957802a8f (patch)
tree559860caf8e1e0f88802d12828cd71c217cf50eb
parent528ecd6bd138576bc2363d4425a0c2563f958924 (diff)
downloadATCD-a2bb52684c260ad4d6deb0aca845e88957802a8f.tar.gz
Fri Jan 26 18:55:12 UTC 2007 Johnny Willemsen <jwillmesen@remedy.nl>
-rw-r--r--ACE/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 20d8ad14871..b8ab049dcb0 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -15,7 +15,11 @@ PLANNED CHANGES FOR "ACE-5.5.7"
USER VISIBLE CHANGES BETWEEN ACE-5.5.5 and ACE-5.5.6
====================================================
-. Deprecated ACE_TYPENAME, use typename directly
+. The ACE_TYPENAME macro has been added to those that are not
+ available when the ACE_LACKS_DEPRECATED_MACROS config option is set
+ (it is not set by default). You are encouraged to replace the use of
+ ACE_TYPENAME with the C++ typename keyword before the ACE_TYPENAME
+ macros is removed from ACE in the future.
. A new script, rm_exception_macros.pl, has been added to help users
remove the use of the ACE exception macros from their own code.