Closed Pharap closed 5 years ago
constexpr implies const, therefore constexpr const is redundant, hence this commit removes those redundant const qualifiers.
constexpr
const
constexpr const
Closes #58.
constexpr
impliesconst
, thereforeconstexpr const
is redundant, hence this commit removes those redundantconst
qualifiers.Closes #58.