Skip to content

Use of 'inline' in 'RawType' is redundant #66

@Pharap

Description

@Pharap

constexpr inline explicit RawType(const InternalType & value) : value(value) {}
constexpr inline explicit operator InternalType() const { return this->value; }

constexpr inline explicit RawType(const InternalType & value) : value(value) {}
constexpr inline explicit operator InternalType() const { return this->value; }

Metadata

Metadata

Assignees

Labels

PatchThis change is an unobtrusive changeQualityThis change improves the code's quality

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions