Stewart Stremler wrote: > Contrary users may do whatever they please; trying to get around a > contrary user only makes a language ugly. (For example, "const". Ugh.) > > It's not my desire to keep the user from ever doing something stupid; only > to keep the user from doing something stupid by accident. > These two statements don't seem to make sense. const doesn't stop you from doing anything (one can always perform a const cast), it just makes it hard to do something by accident.
--Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
