On Apr 12, 2010, at 8:27 PM, Lukáš Lalinský wrote:
>
> int String::toInt() const
> {
> + return toInt(0);
> +}
> +
> +int String::toInt(bool *ok) const
You might consider adding a // BIC: combine these two there.
Previously I'd been adding similar notes so that it's easy to grep /
fix when there's someday a binary incompatible release.
-Scott