Skip to content

Commit 347f84b

Browse files
committed
Link to Why not STL? section in FAQ from core engine containers.
1 parent f883ca5 commit 347f84b

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)