From e4c486ae6f5eee68e8ba39b00be105c5c197acdd Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Mon, 20 Aug 2012 19:08:54 +0000 Subject: Add docs about known shortcomings of C++ wrapping. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13710 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/C.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Doc/Manual/C.html b/Doc/Manual/C.html index 07ae63de5..c381cb3e1 100644 --- a/Doc/Manual/C.html +++ b/Doc/Manual/C.html @@ -60,6 +60,13 @@ With wrapper interfaces generated by SWIG, it is easy to use the functionality o Flattening C++ language constructs into a set of C-style functions obviously comes with many limitations and inconveniences. All data and functions become global. Manipulating objects requires explicit calls to special functions. We are losing the high level abstraction and have to work around it.

+

Known C++ Shortcomings in Generated C API:

+

36.2 Preliminaries

-- cgit v1.2.1