On Fri, Feb 23, 2001 at 04:19:03PM +0000, John Levon wrote: > > Index: src/frontends/xforms/FormPreferences.C > > > > + if (i < 0 || (((::Formats::FormatList::size_type)i) <= > > local_formats.size())) { > > > > I thought we dodn't do C-style casts? > > You want me to do a typedef instead ? or is the scope resolution > operator allowed in C++ style casts ? Change the line above to Formats::FormatList::size_type const i = fl_get_choice(dialog_->choice_from); and then you won't need a cast.
- [PATCH] FileDialog John Levon
- Re: [PATCH] FileDialog John Levon
- Re: [PATCH] FileDialog Angus Leeming
- Re: [PATCH] FileDialog John Levon
- Re: [PATCH] FileDialog Dekel Tsur
- Re: [PATCH] FileDialog John Levon
- Re: [PATCH] FileDialog Angus Leeming
- Re: [PATCH] FileDialog John Levon
- Re: [PATCH] FileDialog Angus Leeming
- Re: [PATCH] FileDialog John Levon
- Re: [PATCH] FileDialog Dekel Tsur
- [PATCH] FileDialog John Levon
- Parsing bug with soft hyphen Martin Vermeer
- Re: Parsing bug with soft hyphen Lars Gullik Bjønnes
- Re: Parsing bug with soft hyphen Martin Vermeer