Re: Problem using string/vector in MS Visual C++ 6/g++
From: Forecast (forecast_at_csis.hku.hk)
Date: 01/04/04
- Next message: Sumit Rajan: "Re: [OT] ACCU website"
- Previous message: Elijah Bailey: "Re: Sorting records using sort()"
- In reply to: Samuele Armondi: "Re: Problem using string/vector in MS Visual C++ 6/g++"
- Next in thread: Rolf Magnus: "Re: Problem using string/vector in MS Visual C++ 6/g++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 4 Jan 2004 12:09:41 +0800
thx.
M$ no good.
"Samuele Armondi" <sammyboyuk_NOSPAM_@hotmail.com> wrote in message
news:3ff6eb65_2@mk-nntp-1.news.uk.worldonline.com...
> Its a MS thing... I think templated type names can only be 255 chars long
> for some compatibility reason. Here is how to get rid of the warnings:
> // Put this at the top of your source file/ header file
> #ifdef _MSC_VER
> #pragma warning (disable: 4786)
> #endif //_MSC_VER
>
> HTH,
> S. Armondi
>
>
>
- Next message: Sumit Rajan: "Re: [OT] ACCU website"
- Previous message: Elijah Bailey: "Re: Sorting records using sort()"
- In reply to: Samuele Armondi: "Re: Problem using string/vector in MS Visual C++ 6/g++"
- Next in thread: Rolf Magnus: "Re: Problem using string/vector in MS Visual C++ 6/g++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|