Temporarily disable all purity for debug prints

bearophile bearophileHUGS at lycos.com
Mon Apr 11 15:23:44 PDT 2011


One extra note: in GCC 4.6 there are compiler switches like -Wsuggest-attribute=const that generate suggestions for functions that are implicitly const (pure) but don't have a const attribute yet.

Bye,
bearophile


More information about the Digitalmars-d mailing list