Skip to content

Commit 019fbef

Browse files
itmmcarlescufi
authored andcommitted
doc: Clarified usage of STL with Minimal C++ Library
STL is not available, so the applications should *not* rely on it. Signed-off-by: Timm Knape <[email protected]>
1 parent 4019d17 commit 019fbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/develop/languages/cpp/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The scope of the minimal C++ library is strictly limited to providing the basic
8383
C++ language support, and it does not implement any `Standard Template Library
8484
(STL)`_ classes and functions. For this reason, it is only suitable for use in
8585
the applications that implement their own (non-standard) class library and do
86-
rely on the Standard Template Library (STL) components.
86+
not rely on the Standard Template Library (STL) components.
8787

8888
Any application that makes use of the Standard Template Library (STL)
8989
components, such as ``std::string`` and ``std::vector``, must enable the C++

0 commit comments

Comments
 (0)