
10 Nov
2007
10 Nov
'07
1:39 p.m.
Sid Sacek wrote:
Microsoft compiler doesn't fully support "Exception Specifications". The details are below. If you use this feature, it will not be portable code. -Sid Sacek
This is from MSDN:
ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_vclang/html/4d3276df-6f31-4c7f-8cab-b9d2d003a629.htm
Oh, we are discussing the bug fix for GCC. Visual C++ 8.0 doesn't have these problems. Actually, you can use SFINAE in throw() in VC++ as well and it has less problems than GCC.