Minor doc tweaks for unrestricted unions

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13848 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-09-21 18:21:15 +00:00
commit 4c2a1abd6b
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ typedef void (*PFD)(double); // The old style
<p>SWIG fully supports any type inside a union even if it does not
define the trivial constructor. For example, the wrapper for the following
define a trivial constructor. For example, the wrapper for the following
code is correctly produced:</p>
<div class="code"><pre>

View file

@ -456,7 +456,7 @@ CPP0X_TEST_CASES = \
# cpp0x_lambda_functions \ # not supported by GCC or MSVC yet
# cpp0x_template_typedefs \ # not supported by any compiler yet (now in gcc-4.7)
# cpp0x_thread_local \ # not supported by any compiler yet
# cpp0x_unrestricted_unions \ # not supported by any compiler yet (now in gcc-4.6)
# cpp0x_unrestricted_unions \ # not supported by any compiler yet (now in gcc-4.6 but generates internal compiler error)
# Broken C++0x test cases.
CPP0X_TEST_BROKEN =