diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2020-01-28 20:31:15 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2020-01-28 20:31:53 +0000 |
commit | 36e8d521de110ab9956f60c3cb296352316e847c (patch) | |
tree | d229f1a9b1c10d5d6d3bed46ab6d70684fa95ae5 /Doc/Manual/SWIGPlus.html | |
parent | f00dfdb714544f05a4f4092fb46e21acdf8c517a (diff) | |
download | swig-36e8d521de110ab9956f60c3cb296352316e847c.tar.gz |
Add C++20 documentation chapter
[skip-ci]
Diffstat (limited to 'Doc/Manual/SWIGPlus.html')
-rw-r--r-- | Doc/Manual/SWIGPlus.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html index dc9ae0f7e..0c259e393 100644 --- a/Doc/Manual/SWIGPlus.html +++ b/Doc/Manual/SWIGPlus.html @@ -91,6 +91,7 @@ For additions to the original C++ standard, please read the <a href="CPlusPlus11.html#CPlusPlus11">SWIG and C++11</a>, <a href="CPlusPlus14.html#CPlusPlus14">SWIG and C++14</a> and <a href="CPlusPlus17.html#CPlusPlus17">SWIG and C++17</a> chapters. +<a href="CPlusPlus20.html#CPlusPlus20">SWIG and C++20</a> chapters. As a prerequisite, you should first read the chapter <a href="SWIG.html#SWIG">SWIG Basics</a> to see how SWIG wraps ISO C. Support for C++ builds upon ISO C |