Clear up some confusion over ANSI vs ISO C/C++ support

Issue #890
This commit is contained in:
William S Fulton 2019-04-18 20:04:20 +01:00
commit 12a245183f
7 changed files with 18 additions and 18 deletions

View file

@ -1365,7 +1365,7 @@ to accomplish this in SWIG. This library provides support for a few common tech
</li>
<li>If used in C++, this library uses <tt>new</tt> and <tt>delete []</tt> for memory
allocation. If using ANSI C, the library uses <tt>malloc()</tt> and <tt>free()</tt>.
allocation. If using C, the library uses <tt>malloc()</tt> and <tt>free()</tt>.
</li>
<li>Rather than manipulating <tt>char *</tt> directly, you might consider using a special string