I'm making some progress compiling building axis on OS X. One warning I have noticed is that the exception subclasses in Axis all declare the what() function as non-const.
This technically is incorrect. I get a warning that the underlying virtual what() function is being hidden. Should I file a bug to have these fixed or are these declared this way for some reason? ...Duane
