Skip to content

Small typo #1

@preet

Description

@preet

Hi, I think there's a small typo on line 178 of flags.hpp:

flags &operator^=(enum_type e) noexcept {
        val_ &= static_cast<underlying_type>(e); // should be '^=' not '&='
        return *this;
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions