Skip to content

Wrong type in header vs cpp #48

@Gejakem

Description

@Gejakem

V0.4.7
The declaration of TinyString in cpp doesn't match the header.

TinyString.cpp line 75
Current: TinyString& TinyString::operator+=(int i)

TinyString.h, line 59
Declaration in header is this: TinyString& operator +=(int32_t);

New in cpp should be: TinyString& TinyString::operator+=(int32_t i)

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