Sean Kelly wrote: > Aren't const values implicitly static? I assumed that they were. You assumed wrong :). > Very weird. I had no idea that constants could be defined on a > per-instance basis. Thanks! Per-instance constants isn't something most people use regularly, I guess (me included).