'%naturalvar <Class>;' doesn't need to be applied before the class declaration anymore

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-29 17:18:45 +00:00
commit dabf4f8a94

View file

@ -13,8 +13,7 @@ Version 1.3.28 (unreleased).
that will tell swig to use the the 'natural' wrapping
mechanism to all std::string global and member
variables. Just remember to use the directive before
the class declaration.
variables.
- Add support for the %allowexcept feature along the
scripting languages, which allows the %exception feature