|
From: Olly B. <ol...@su...> - 2007-04-23 23:39:53
|
On 2007-04-23, William S Fulton <ws...@fu...> wrote:
> Andy Doddington wrote:
>> However, when I specify a typemap of the form:
>>
>> %typemap(in) set { ...blah blah... };
>>
>> then this never matches.
>>
>> However, if I change this to:
>>
>> %typemap(in) *std::*set { ...blah blah... };
>>
>
> Is this a typo? You need a C++ type, so I think you mean std::set.
I think it's your MUA actually!
Andy's message was HTML and had `<b>std::</b>set' (for emphasis).
Presumably your MUA rendered that as text as `*std::*set'.
Cheers,
Olly
|