Compiler Error C2736

'keyword' keyword is not permitted in cast

The specified keyword was illegally used in a cast.

The following is an example of this error:

int main()
{
   return (virtual) 0;   // error
}