Browse Source

Link to `Why not STL?` section in FAQ from core engine containers.

Lukas Tenbrink 4 days ago
parent
commit
347f84b9ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/development/core_and_modules/core_types.rst

+ 1 - 1
contributing/development/core_and_modules/core_types.rst

@@ -132,7 +132,7 @@ Containers
 ----------
 ----------
 
 
 Godot provides its own set of containers, which means STL containers like ``std::string``
 Godot provides its own set of containers, which means STL containers like ``std::string``
-and ``std::vector`` are generally not used in the codebase.
+and ``std::vector`` are generally not used in the codebase. See :ref:`doc_faq_why_not_stl` for more information.
 
 
 A 📜 icon denotes the type is part of :ref:`Variant <doc_variant_class>`. This
 A 📜 icon denotes the type is part of :ref:`Variant <doc_variant_class>`. This
 means it can be used as a parameter or return value of a method exposed to the
 means it can be used as a parameter or return value of a method exposed to the