[doc] Minor: fix `code`.
This commit is contained in:
parent
c6b1f181aa
commit
dd423621a3
@ -625,7 +625,7 @@ template <typename S> using char_t = typename detail::char_t_impl<S>::type;
|
|||||||
\rst
|
\rst
|
||||||
Parsing context consisting of a format string range being parsed and an
|
Parsing context consisting of a format string range being parsed and an
|
||||||
argument counter for automatic indexing.
|
argument counter for automatic indexing.
|
||||||
You can use the ```format_parse_context`` type alias for ``char`` instead.
|
You can use the ``format_parse_context`` type alias for ``char`` instead.
|
||||||
\endrst
|
\endrst
|
||||||
*/
|
*/
|
||||||
template <typename Char, typename ErrorHandler = detail::error_handler>
|
template <typename Char, typename ErrorHandler = detail::error_handler>
|
||||||
|
|||||||
@ -603,7 +603,7 @@ enum { inline_buffer_size = 500 };
|
|||||||
A dynamically growing memory buffer for trivially copyable/constructible types
|
A dynamically growing memory buffer for trivially copyable/constructible types
|
||||||
with the first ``SIZE`` elements stored in the object itself.
|
with the first ``SIZE`` elements stored in the object itself.
|
||||||
|
|
||||||
You can use the ```memory_buffer`` type alias for ``char`` instead.
|
You can use the ``memory_buffer`` type alias for ``char`` instead.
|
||||||
|
|
||||||
**Example**::
|
**Example**::
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user