P99

◆ P99_SIMPLE_BLOCKS

#define P99_SIMPLE_BLOCKS   0

A bug avoiding macro to reduce the depth of some code produced by P99.

This is only useful if your compiler explodes when compiling in normal mode. The only compiler that needs this for the moment is gcc 4.9.

Predefine this to be 1 if you have such a bugger.

Warning
Switching this to 1 disables exception handling for the block constructs. Use with care.

Definition at line 240 of file p99_block.h.