Update docs for C++ attribute support
This commit is contained in:
parent
04abbcf4ae
commit
a5380ed1c5
2 changed files with 8 additions and 1 deletions
|
|
@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
|
|||
Version 4.1.0 (in progress)
|
||||
===========================
|
||||
|
||||
2022-07-07: jmarrec
|
||||
#1158 #2286 Add basic support for C++11 attributes. These are now
|
||||
crudely ignored by SWIG's parser's tokeniser, which is better that
|
||||
failing with a parse error.
|
||||
|
||||
2022-07-05: ianlancetaylor
|
||||
[Go] #2245 Handle NULL pointers for string* conversions.
|
||||
Rearrange generation of director methods and rename
|
||||
|
|
|
|||
|
|
@ -1089,7 +1089,9 @@ Use the preprocessor to work around this for now:
|
|||
|
||||
|
||||
<p>
|
||||
Attributes such as those shown below, are not yet supported and will give a syntax error.
|
||||
Attributes such as those shown below, are supported since SWIG 4.1.0 but are
|
||||
currently crudely ignored by the parser's tokeniser so they have no effect on
|
||||
SWIG's code generation.
|
||||
</p>
|
||||
|
||||
<div class="code"><pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue