Add documentation
This commit is contained in:
parent
88f227b5da
commit
8182740b8e
2 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
|
|||
Version 4.1.0 (in progress)
|
||||
===========================
|
||||
|
||||
2022-07-27: ZackerySpytz, olly
|
||||
#1678 Support parsing C++20 templated lambdas.
|
||||
|
||||
2022-07-27: ZackerySpytz, olly
|
||||
#1622 Add support for the C++20 spaceship operator (<=>).
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,14 @@ or attempts to automatically map it to a three-way comparison operator
|
|||
in any target languages that have one.
|
||||
</p>
|
||||
|
||||
<H3><a name="CPlusPlus20_lambda_templates">10.2.2 Lambda templates</a></H3>
|
||||
|
||||
<p>
|
||||
SWIG should parse lambda templates, but
|
||||
<a href="CPlusPlus11.html#CPlusPlus11_lambda_functions_and_expressions">like
|
||||
non-templated lambdas they aren't currently wrapped</a>.
|
||||
</p>
|
||||
|
||||
<H2><a name="CPlusPlus20_standard_library_changes">10.3 Standard library changes</a></H2>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue