Ted Unangst wrote: > I'm getting annoying warnings because these functions aren't const.
so.... turns out several of these functions *do* modify their parameters. which is probably chaos, because i think we sometimes call them with const parameters.
Ted Unangst wrote: > I'm getting annoying warnings because these functions aren't const.
so.... turns out several of these functions *do* modify their parameters. which is probably chaos, because i think we sometimes call them with const parameters.