smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
638 stars 156 forks source link

c++14 only? #16

Closed blitz-research closed 7 years ago

blitz-research commented 7 years ago

Hi,

This look good, but it appears to be c++14 only, is this correct?

Any chance it could be 'fixed' to work with c++11?

Bye! Mark

smasherprog commented 7 years ago

I'll have to take a look. I really dont want to go backwards, but ill take a look. If its minimal, then yeah I'll drop the c++ 14 features. Ill be taking a look at this today or tomorrow. If you have any suggestions, issue a PR, they are always welcome

smasherprog commented 7 years ago

I hit the wrong button and accidentally closed this issue. Reopened.....

blitz-research commented 7 years ago

Actually, I think I should be able to upgrade my project to c++14 so this might not be necessary.

On Mon, May 1, 2017 at 2:34 PM, Scott notifications@github.com wrote:

I hit the wrong button when closing this...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smasherprog/Screen_Capture/issues/16#issuecomment-298276395, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU3QrbpAXrjo1jk43pEFqc26QZF44sOks5r1UTDgaJpZM4NMuH9 .

smasherprog commented 7 years ago

Ok, great.. I am always trying to move with the latest c++ standard.

smasherprog commented 7 years ago

Closing this. I would like the code to be current with the standard and supported by the big three compilers, which c++14 is