diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-07-27 21:49:59 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-07-27 21:49:59 +0000 |
commit | a676b3b53fd36fc78d806ab9d3df1aa21cace4ae (patch) | |
tree | 91848716857041d41698af1e24c9148e746e8179 /cpp | |
parent | Better nonmutating warning (diff) | |
download | ice-a676b3b53fd36fc78d806ab9d3df1aa21cace4ae.tar.bz2 ice-a676b3b53fd36fc78d806ab9d3df1aa21cace4ae.tar.xz ice-a676b3b53fd36fc78d806ab9d3df1aa21cace4ae.zip |
nonmutating deprecated
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 68faa7a58ae..83ea4660092 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,9 @@ Changes since version 3.1.0 --------------------------- +- The keyword 'nonmutating' is now deprecated. You should use + instead 'idempotent' with the metadata below (when needed). + - New Freeze property: Freeze.Evictor.UseNonmutating: When set to a non-0 value, the Freeze Evictor behaves like it did in previous Ice releases, i.e. it considers that nonmutating |