Topic: STL and Symantec C++ V7
Author: Ahjelming@symantec.com (Andreas Hjelming)
Date: 1995/05/31 Raw View
In article <andrew.801280549@sage.newcastle.edu.au>, andrew@sage.newcastle.edu.au (Andrew Tierney) says:
>
>Anyone know if symantec C++ V7 will compile STL templates ???
>
>What standard do they implement in terms of templates ???
>
>
>email andrew@sage.newcastle.edu.au
>
>
>Thanks
>
Hi!
>>Anyone know if symantec C++ V7 will compile STL templates ???<<
Yes we do!
>>What standard do they implement in terms of templates ???<<
According to ARM specifications.
Sincerely,
Andreas Hjelming
Symantec C/C++ Dev.
Author: horstman@sjsumcs.sjsu.edu (Cay Horstmann)
Date: 1995/05/25 Raw View
Andrew Tierney (andrew@sage.newcastle.edu.au) wrote:
: Anyone know if symantec C++ V7 will compile STL templates ???
: What standard do they implement in terms of templates ???
I just reviewed SC7 (the PC version) for C++ Report. Indeed they do
pretty well with templates, much better than version 6. I was able to
get a good amount of code that uses STL to compile. I ran into two
problems. First, there are some specializations of templates in some
STL headers that I had to comment out. And I had some problems with
using pointers to static members, as in ptr_fun<Whatnot::f>.
Cay
horstman@cs.sjsu.edu
Author: jorma.tolonen@mailbox.swipnet.se (Jorma Tolonen)
Date: 1995/05/26 Raw View
In article <andrew.801280549@sage.newcastle.edu.au>, andrew@sage.newcastle.edu.au (Andrew Tierney) says:
>
>Anyone know if symantec C++ V7 will compile STL templates ???
>What standard do they implement in terms of templates ???
As far as I can tell after a few tests Symantecs latest compiler
for Win/DOS seems to handle STL without any problems whatsoever.
Jorma Tolonen
jorma.tolonen@mailbox.swipnet.se
Author: andrew@sage.newcastle.edu.au (Andrew Tierney)
Date: 1995/05/24 Raw View
Anyone know if symantec C++ V7 will compile STL templates ???
What standard do they implement in terms of templates ???
email andrew@sage.newcastle.edu.au
Thanks