j
k
j a
j l
On 29.10.2014 06:13, Alistair Leslie-Hughes wrote:
Hi, use #if 0
Using "#if"s is no good idea, since this doesn't ensure that the code still compiles in the future. Better use "if (0)" instead.
Back to the thread
Back to the list