Clarified that the library doesn't use STL containers by default.

Because responses in the survey indicate that some users think it does.
This commit is contained in:
Adam Sawicki 2019-03-15 12:26:36 +01:00
parent b25a20a8da
commit e5aa3c0a1e
3 changed files with 7 additions and 3 deletions

View file

@ -3177,6 +3177,10 @@ the containers.
#endif
#endif
/*
THESE INCLUDES ARE NOT ENABLED BY DEFAULT.
Library has its own container implementation.
*/
#if VMA_USE_STL_VECTOR
#include <vector>
#endif