Pharap / Minesweeper

Finally, the Minesweeper game I've had locked in a cellar for several months
Apache License 2.0
7 stars 2 forks source link

Remove redundant const qualifiers #60

Closed Pharap closed 5 years ago

Pharap commented 5 years ago

constexpr implies const, therefore constexpr const is redundant, hence this commit removes those redundant const qualifiers.

Closes #58.