mystor / rust-cpp

Embed C++ directly inside your rust code!
Apache License 2.0
802 stars 44 forks source link

Escape backslashes in #line directive #49

Closed ogoffart closed 5 years ago

ogoffart commented 5 years ago

This is important for mingw which issue a warning otherwise (as the path separator on windows is a backslash

https://github.com/mystor/rust-cpp/issues/48

mystor commented 5 years ago

Thanks!