Skip to content

Add checks for non-integral values in strtoi #2

@shoooe

Description

@shoooe

As of right now strtoi will happily (and interpret as numbers) any character in the charset for literals. We must insert some kind of check (probably with enable_if and bounds checking) for valid characters.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions