| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | March 20 2006 12:28pm |
| Subject: | Re: Row::at() doesn't take const int? | ||
| View as plain text | |||
alan.alvarez@stripped wrote: > Is there a reason why Row::at() doesn't take constant unsigned ints? > same with the [] operator. Since size_type is a typedef for unsigned int, I guess you're complaining that it isn't const? What value could making it const possibly provide? Constness only matters with reference and pointer parameters.
| Thread | ||
|---|---|---|
| • Row::at() doesn't take const int? | alan.alvarez | 18 Mar |
| • Re: Row::at() doesn't take const int? | Warren Young | 20 Mar |
| • Re: Row::at() doesn't take const int? | alan.alvarez | 20 Mar |
| • Re: Row::at() doesn't take const int? | Pedro LamarĂ£o | 20 Mar |
| • Re: Row::at() doesn't take const int? | Warren Young | 20 Mar |
| • Re: Row::at() doesn't take const int? | Johannes Schaub | 21 Mar |
| • Re: Row::at() doesn't take const int? | Warren Young | 21 Mar |
| • Re: Row::at() doesn't take const int? | alan.alvarez | 20 Mar |
| • Re: Row::at() doesn't take const int? | Pedro LamarĂ£o | 21 Mar |
| • Re: Row::at() doesn't take const int? | Warren Young | 21 Mar |
