Skip to content

C++ & format: Define whitespace properly #13

@tfgg

Description

@tfgg

From Paul

I've modified the definition of white-space; the initial version just used ' ', while the definition says anything that regex '\s' accepts. But the latter definition is ambiguous, and you can't include the line separator in the token separator. The definition doesn't actually define the line separator (I think '\n' is fine).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions