Commit db46a89d by Dean Moldovan

Update changelog for v2.2.0

[skip ci]
parent d265933d
...@@ -26,6 +26,8 @@ next sections for more details and alternative approaches that avoid this. ...@@ -26,6 +26,8 @@ next sections for more details and alternative approaches that avoid this.
The file :file:`tests/test_stl.cpp` contains a complete The file :file:`tests/test_stl.cpp` contains a complete
example that demonstrates how to pass STL data types in more detail. example that demonstrates how to pass STL data types in more detail.
.. _cpp17_container_casters:
C++17 library containers C++17 library containers
======================== ========================
......
...@@ -406,6 +406,8 @@ name, i.e. by specifying ``py::arg().noconvert()``. ...@@ -406,6 +406,8 @@ name, i.e. by specifying ``py::arg().noconvert()``.
need to specify a ``py::arg()`` annotation for each argument with the need to specify a ``py::arg()`` annotation for each argument with the
no-convert argument modified to ``py::arg().noconvert()``. no-convert argument modified to ``py::arg().noconvert()``.
.. _none_arguments:
Allow/Prohibiting None arguments Allow/Prohibiting None arguments
================================ ================================
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
Reference Reference
######### #########
.. _macros:
Macros Macros
====== ======
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment