git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@12150 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-06-25 21:46:57 +00:00
commit d52ef31911

View file

@ -129,7 +129,7 @@ public:
<p>Constructors using the std::initializer_list class are removed
from the wrapped class, because the only way to access such a
constructor is at compile time using the "= {}" assignment.</p>
<p>User should add another constructor with specific arguments
<p>Users should add another constructor with specific arguments
filling the class members manually.</p>
<p>For now, if a user wants to fill the class components like this:</p>