Skip to content

Commit 98812ba

Browse files
authored
Merge pull request #11135 from Ivorforce/link-to-stl-from-containers
Link to `Why not STL?` section in FAQ from core engine containers.
2 parents 5e3cf43 + 347f84b commit 98812ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/core_and_modules/core_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Containers
132132
----------
133133

134134
Godot provides its own set of containers, which means STL containers like ``std::string``
135-
and ``std::vector`` are generally not used in the codebase.
135+
and ``std::vector`` are generally not used in the codebase. See :ref:`doc_faq_why_not_stl` for more information.
136136

137137
A 📜 icon denotes the type is part of :ref:`Variant <doc_variant_class>`. This
138138
means it can be used as a parameter or return value of a method exposed to the

0 commit comments

Comments
 (0)