Single Hpp File - v.8.2.0
See the v.8.2.0 milestone for the full list of changes.
- Breaking changes
- None
- New features
- Conan Integration provided, and documented in Conan Integration (Conan issue 741, thank you @dheater)
- Bug fixes
- 3 locations now throw an exception if their
system()
call failed. Previously they silently ignored the error. (#94, thank you @p-podsiadly)ClipboardReporter
SystemLauncher::launch()
FileUtilsSystemSpecific::copyFile()
- Fixed a bug that could break custom comparators, stopping them from taking effect, depending on how their disposers were stored (#93, thank you @p-podsiadly)
- 3 locations now throw an exception if their
- Other changes
- Windows.h no longer included in SystemUtils.h (#96, thank you @p-podsiadly)