(reVC) Fix build errors related to MinGW
#1263
Open
alextwothousand wants to merge 8 commits from alextwothousand/miami
into miami
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'alextwothousand/miami'
Deleting a branch is permanent. It CANNOT be undone. Continue?
You can just remove the ifdef check and include float.h always!
Potentially. Wasn't so sure how happy people would be with that.
Plus, I am more of an advocate for keeping header files inside header files.
Depending on what this project's styling guidelines are, I will make the necessary changes. Please inform me when you able to do so.
We prefer including header files in .cpp, whenever possible. You can add any header to any .cpp any time you want :)
Done.