JoshCollins746

Results 2 issues of JoshCollins746

I am trying to use the GSL (https://github.com/Microsoft/GSL) with cotire in a project. GSL adds compile definitions to the INTERFACE target using generator expressions: ``` target_compile_definitions(GSL INTERFACE $ ) ```...

If the process exits by `std::terminate()` after calling `ScreenInteractive::Install()`, the terminal is left in an untidy state. Specifically it appears to be because `ScreenInteractive::Uninstall()` is not run. The obvious symptom...

enhancement