However, the Java compiler will not allow the usage of a not-explicitly-initialized local variable and will give a compilation error ( unlike C and C + + where the compiler will usually only give a warning ).
12.
It is not unusual that an incremental compiler is invoked for " every " change of a source file, such that the developer is almost immediately informed about any compilation errors that would arise as a result of his changes to the code.
13.
:: : Boost makes "'heavy "'use of generic programming, so gird your loins for the compilation error messages, which are sadly not going away anytime soon .-- Sean 12 : 11, 21 August 2009 ( UTC)
14.
If an error occurs during the substitution of a set of arguments for any given template, the compiler removes the potential overload from the candidate set instead of stopping with a compilation error, provided the substitution error is one the C + + standard grants such treatment.
15.
This kind of mistake cannot happen in Pascal, as assignments are not expressions and do not have a value : using the wrong operator will cause an unambiguous compilation error, and it's also less likely that anyone would mistake the : = symbol for an equality test.
16.
When deploying an ASP . NET web site on a test or production server under IIS on Windows, when I access an ASPX page containing an ASCX component, I get a compilation error message claiming that the type constituting the ASP . NET code-behind is defined in two separate DLLs under " Temporary ASP . NET files ".