|
From: DU V. DE V. F. G. P. <fra...@ca...> - 2007-05-28 07:45:07
|
>It could be dealt with in the same way. What is the warning about? Nothing to worry about IMO, here is the description from MSDN: A qualifier, such as const, is applied to a function type defined by = typedef. Example: // C4180.cpp // compile with: /W1 /c typedef int *FuncType(void); // the const qualifier cannot be applied to the // function type FuncType const FuncType f; // C4180 Fran=E7ois |