Andre Poenitz wrote: > Why to LColor.h and not to a separate header LColor_enum.h containing > > enum ColorEnum { > /// No particular color---clear or default > none, > /// The different text colors > black, > /// > white, > ... > };
Because I am pissed off with dependencies for the sake of dependencies. CVS currently has 278 object files that depend on LColor.h. That would become 278 dependencies on ColorEnum. Yet, only 50 files actually have code involving the enum at all. -- Angus