more on template def args
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6836 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
db5a9e2140
commit
ec2efb899d
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ namespace std {
|
|||
operator=(const ios_base&);
|
||||
};
|
||||
|
||||
template<typename _CharT, typename _Traits >
|
||||
template<typename _CharT, typename _Traits = char_traits<_CharT> >
|
||||
class basic_ios : public ios_base
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue