Node.schemaBlacklist

If the node should not be part of mutant schemata because it is highly likely to introduce compilation errors. It is for example likely when operators are overloaded.

class Node
bool schemaBlacklist;

Meta