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

Fix use of reinterpret_cast in contexpr context #68

Closed Pharap closed 4 years ago

Pharap commented 4 years ago

Using reinterpret_cast in a constexpr context is actually illegal, this code was only compiling because of Arduino's use of -fpermissive.

Closes #65.