Removed incorrect noconst trait.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
df4c2a2d5a
commit
765e3d27f0
1 changed files with 0 additions and 6 deletions
|
|
@ -99,12 +99,6 @@
|
|||
};
|
||||
|
||||
|
||||
template <>
|
||||
template <class T, class U >
|
||||
struct noconst_traits< const std::pair< T, U > >
|
||||
{
|
||||
typedef std::pair< typename swig::noconst_traits<T >, U > noconst_type;
|
||||
};
|
||||
|
||||
template <class T, class U >
|
||||
struct traits_from<std::pair<T,U> > {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue