jheruty / hscpp

Runtime compiled C++ with hot-swapped classes.
MIT License
91 stars 5 forks source link

Never add header files to compilation list, to avoid compilation errors. #14

Closed jheruty closed 3 years ago

jheruty commented 3 years ago

It was noticed that attempting to compile header files would cause compilation failure in clang. It is not necessary for headers to be added to the compilation list, except for preprocessing, so remove them before the final submission to the Compiler.