[C++-sig] Re: newbie questions...

David Abrahams dave at boost-consulting.com
Wed Mar 30 04:40:42 CEST 2005


"Ralf W. Grosse-Kunstleve" <rwgk at yahoo.com> writes:

> --- David Abrahams <dave at boost-consulting.com> wrote:
>> wouldn't
>> 
>>   template <typename T1, typename T2>
>>   void std_pair_to_python_converter()
>>   {
>>     boost::python::to_python_converter<
>>       std::pair<T1, T2>,
>>       std_pair_to_tuple<T1, T2> >();
>>   }
>> 
>> be so much simpler?
>
> This is not supported by some older compilers, e.g. gcc 2.96 and possibly older
> EDG's.

yeesh. :(

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list