*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@3567 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2002-08-17 20:04:34 +00:00
commit aeded4b267

View file

@ -82,9 +82,8 @@ SWIG provides wrapping support for almost all of ANSI C++.
The only major C++ feature not currently supported by SWIG is the
wrapping of nested classes--a problem we're working on. SWIG also
does not currently support the implementation of C++ virtual methods
in the target language (a feature that might be useful in certain C++
projects).
does not allow C++ virtual methods to be implemented in the
target language (a subtle feature that might be useful in certain projects).
<h3>Preprocessing</h3>