screen_capture_lite
screen_capture_lite copied to clipboard
Use atomic shared ptr instead of deprecated overload
trafficstars
This removed the msvc warnings when compiling with language set to C++20 or newer.
Seems like some compilers still don't like this.. Well..
Yeah looks like apple and clang still dont support this :(
Its a strange world with VS supports functionality that clang doesnt
What about using #if defined(_WIN32) && defined(__cplusplus) && __cplusplus >= 202002L ?
Create a pr on it! lets check it out
Pull request done here