-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mimonscreenplugins: Stop using deprecated TR1 headers and namespaces
All of this has been standardized since C++11 and these don't compile anymore against LLVM 18.1.8 libc++. src/mimonscreenplugins.cpp:22:10: fatal error: 'tr1/functional' file not found 22 | #include <tr1/functional> | ^~~~~~~~~~~~~~~~
- Loading branch information
1 parent
b79a8a4
commit 41fcc8e
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters