fungos / cr

cr.h: A Simple C Hot Reload Header-only Library
https://fungos.github.io/cr-simple-c-hot-reload/
MIT License
1.56k stars 104 forks source link

c++11 compatibility #6

Closed rokups closed 6 years ago

rokups commented 6 years ago

Replaced c++17 std::filesystem usage with platform api calls in order to support compiling with older compilers.

fungos commented 6 years ago

I think I should accept it. I was against it due to added overhead in maintenance but is does not look too much right now and fs does not add any value at all here right now.

But before accepting it I would like some minor (formatting nitpick) changes.

Thank you!