From 8182740b8e6f89c276d19b767853f89b74a3c569 Mon Sep 17 00:00:00 2001
From: Olly Betts
Date: Wed, 27 Jul 2022 09:34:16 +1200
Subject: [PATCH] Add documentation
---
CHANGES.current | 3 +++
Doc/Manual/CPlusPlus20.html | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/CHANGES.current b/CHANGES.current
index 38c0b7011..fbf85ba3e 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -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 (<=>).
diff --git a/Doc/Manual/CPlusPlus20.html b/Doc/Manual/CPlusPlus20.html
index 8db84bfd5..0f29a03b8 100644
--- a/Doc/Manual/CPlusPlus20.html
+++ b/Doc/Manual/CPlusPlus20.html
@@ -50,6 +50,14 @@ or attempts to automatically map it to a three-way comparison operator
in any target languages that have one.
+
+
+
+SWIG should parse lambda templates, but
+like
+ non-templated lambdas they aren't currently wrapped.
+
+