Merge pull request #100147 from esainane/vector-victor
Remove apparent contradiction in vector.h header
This commit is contained in:
commit
d108d4f29e
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@
|
|||
|
||||
/**
|
||||
* @class Vector
|
||||
* Vector container. Regular Vector Container. Use with care and for smaller arrays when possible. Use Vector for large arrays.
|
||||
* Vector container. Simple copy-on-write container.
|
||||
*
|
||||
* LocalVector is an alternative available for internal use when COW is not
|
||||
* required.
|
||||
*/
|
||||
|
||||
#include "core/error/error_macros.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue