Bug 1616684 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

When I try to enable -Wconversion, CheckedInt triggers it because it has an implicit type conversion in its templated two-arg constructor, in some instantiations.

That constructor doesn't really need to be templated, as far as I can tell.
When I try to enable -Wconversion, CheckedInt triggers it because it has an implicit type conversion in its templated two-arg constructor.

That constructor doesn't really need to be templated, as far as I can tell.

Back to Bug 1616684 Comment 0