Mention that dynamic array classes are obsolete more clearly

Update the documentation of the classes themselves and the containers
overview.
This commit is contained in:
Vadim Zeitlin
2018-06-01 18:17:53 +02:00
parent 0e99ab2c49
commit 0cda7c2f13
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,8 @@
/////////////////////////////////////////////////////////////////////////////
/**
The legacy dynamic array class, existing for compatibility only and @e NOT
to be used in the new code.
This section describes the so called @e "dynamic arrays". This is a C
array-like type safe data structure i.e. the member access time is constant