diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-29 05:45:24 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-07-29 05:45:24 +0000 |
commit | 2ca9280653cd05d9ba24d4721b895f052216e7b9 (patch) | |
tree | 5ca0baa06921e9179562ac431b94f82219655aba /ace/Containers.h | |
parent | 0bc9ffcbe298c9045934f720089dbb7d0e213209 (diff) | |
download | ATCD-2ca9280653cd05d9ba24d4721b895f052216e7b9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Containers.h')
-rw-r--r-- | ace/Containers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers.h b/ace/Containers.h index 8f52de2db64..cffb7258eac 100644 --- a/ace/Containers.h +++ b/ace/Containers.h @@ -483,7 +483,7 @@ class ACE_Unbounded_Set // = DESCRIPTION // This implementation of an unordered set uses a circular // linked list with a dummy node. This implementation does not - // allow duplicates. + // allow duplicates, but it maintains FIFO ordering of insertions. { friend class ACE_Unbounded_Set_Iterator<T>; public: |