freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error in vector declaration?


From: Pavel Kankovsky
Subject: Re: error in vector declaration?
Date: Tue, 4 Jul 2000 11:18:37 +0200 (MET DST)

On Tue, 4 Jul 2000, Werner LEMBERG wrote:

> >   FT_EXPORT_DEF(void)  FT_Vector_Transform( FT_Vector*  vector, FT_Matrix*
> > matrix );
> 
> Two possibilities:

In fact, it is #3: MSVC braindead compiler violates the part of C++
standard saying a declarator can introduce a name that can hide ANY
existing name (including type or template names...such as STL template
vector).

--Pavel Kankovsky aka Peak  [ Boycott Microsoft--http://www.vcnet.com/bms ]
"Resistance is futile. Open your source code and prepare for assimilation."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]