Topic: Standards Compliance
Author: MWRon@metrowerks.com (MW Ron)
Date: 1998/08/13 Raw View
In article <1ddn4vb.15vb7rhc5pqnmN@user-38lcjrj.dialup.mindspring.com>,
herwin@gmu.edu (Harry Erwin) wrote:
> For example, Metrowerks just released a Codewarrior interim
> version that they indicate addresses the following deficiencies in their
> support of the standard:
>
> - support for class template partial specializations
> - support for virtual function overrides with covariant return types
> - size limit for fully expanded macros
C++ features in CodeWarrior Pro 4 release coming next month include
- support for member templates (with some restrictions)
- support for class template partial specializations
- support for virtual function overrides with covariant return types
- support for partial template function ordering
- support for function-try-blocks
Ron
--
METROWERKS Ron Liechty
"Software at Work" MWRon@metrowerks.com
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]
Author: herwin@gmu.edu (Harry Erwin)
Date: 1998/08/12 Raw View
With the approach of the fall semester, I'm interested in putting
together a summary of the compliance status of _generally_available_ C++
compilers so I can make recommendations to my students. The last time
http://www.cyberport.com/~tangent/programming/stl/compatibility.html was
updated was late March, and I suspect that there have been changes
since. For example, Metrowerks just released a Codewarrior interim
version that they indicate addresses the following deficiencies in their
support of the standard:
- support for class template partial specializations
- support for virtual function overrides with covariant return types
- size limit for fully expanded macros
I believe there has been a recent release of gcc as well.
Help?
--
Harry Erwin, herwin@gmu.edu
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html ]