fungos / cr

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

Consider C11 only. #2

Closed fungos closed 5 years ago

fungos commented 6 years ago

C++17 is used to profit from std::filesystem support and reducing the amount of code required to maintain.

I do not consider this an issue in the C++ area, but if for some weird reason pure C is needed too in the host implementation, I may consider downgrading.

fungos commented 6 years ago

C++17 requirement removed here. Now it is C++11 compatible, still uses a lot of C++ stuff.

fungos commented 5 years ago

Not worth unless there is really important motives.