mirror of https://github.com/swig/swig
Correct docs for libraries requiring .NET 4
This commit is contained in:
parent
36ef36dcb0
commit
db6f488fef
|
@ -82,7 +82,7 @@ SWIG C# works equally well on non-Microsoft operating systems such as Linux, Sol
|
|||
<p>
|
||||
SWIG 3 and later requires .NET 2.0 at a minimum.
|
||||
There are some minor exceptions, where the minimum required is .NET 4.0.
|
||||
This is when using the <tt>std::complex</tt> and <tt>std::list</tt> STL containers.
|
||||
This is when using the <tt>std::complex</tt>, <tt>std::set</tt> and <tt>std::unordered_set</tt> STL containers.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue