От: | SchweinDeBurg | http://zarezky.spb.ru/ | |
Дата: | 18.07.06 07:35 | ||
Оценка: |
А>void CFoo::SomeFunction() throw(int)//<--Компилятор выдает Warning C4290 . Почему ? Что не правильно ?
А>
A function is declared using exception specification, which Visual C++ accepts but does not implement. Code with exception specifications that are ignored during compilation may need to be recompiled and linked to be reused in future versions supporting exception specifications.
For more information, see Exception Specifications .