You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Farid Zaripov <Fa...@epam.com> on 2007/03/27 18:22:42 UTC

RE: svn commit: r521934 -/incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp

> -----Original Message-----
> From: Martin Sebor [mailto:msebor@gmail.com] 
> Sent: Tuesday, March 27, 2007 6:00 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: RE: svn commit: r521934 
> -/incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp
> 
> Can we find another way to trigger the error? How about 
> changing the function to:
> 
>   tm* foo (tm *arg) { return arg; }

  Yes, it works.

Farid.

RE: svn commit: r521934 -/incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp

Posted by Farid Zaripov <Fa...@epam.com>.
> -----Original Message-----
> From: Farid Zaripov [mailto:Farid_Zaripov@epam.com] 
> Sent: Tuesday, March 27, 2007 7:23 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: RE: svn commit: r521934 
> -/incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp
> 
> > -----Original Message-----
> > From: Martin Sebor [mailto:msebor@gmail.com]
> > Sent: Tuesday, March 27, 2007 6:00 PM
> > To: stdcxx-dev@incubator.apache.org
> > Subject: RE: svn commit: r521934
> > -/incubator/stdcxx/trunk/etc/config/src/STRUCT_TM_IN_WCHAR_H.cpp
> > 
> > Can we find another way to trigger the error? How about 
> changing the 
> > function to:
> > 
> >   tm* foo (tm *arg) { return arg; }
> 
>   Yes, it works.

  Fixed: http://svn.apache.org/viewvc?view=rev&revision=522993

Farid.