mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, small cleanup after PR #4189
This commit is contained in:
parent
697248aec7
commit
466241d43a
3
CHANGES
3
CHANGES
@ -75,7 +75,8 @@ Features removed
|
||||
* ``sphinx.util.nodes.process_only_nodes()``
|
||||
* LaTeX environment ``notice``, use ``sphinxadmonition`` instead
|
||||
* LaTeX ``\sphinxstylethead``, use ``\sphinxstyletheadfamily``
|
||||
* C++, support of function concepts
|
||||
* C++, support of function concepts. Thanks to mickk-on-cpp.
|
||||
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
@ -722,7 +722,8 @@ a visibility statement (``public``, ``private`` or ``protected``).
|
||||
.. rst:directive:: .. cpp:concept:: template-parameter-list name
|
||||
|
||||
.. warning:: The support for concepts is experimental. It is based on the
|
||||
Concepts Technical Specification, and the features may change as the TS evolves.
|
||||
current draft standard and the Concepts Technical Specification.
|
||||
The features may change as they evolve.
|
||||
|
||||
Describe a concept. It must have exactly 1 template parameter list. The name may be a
|
||||
nested name. Example::
|
||||
@ -774,8 +775,9 @@ Some directives support options:
|
||||
Constrained Templates
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. warning:: The support for constrained templates is experimental. It is based on the
|
||||
Concepts Technical Specification, and the features may change as the TS evolves.
|
||||
.. warning:: The support for concepts is experimental. It is based on the
|
||||
current draft standard and the Concepts Technical Specification.
|
||||
The features may change as they evolve.
|
||||
|
||||
.. note:: Sphinx does not currently support ``requires`` clauses.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user