smasherprog / screen_capture_lite

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

Syntax error #49

Closed matthewbartos closed 6 years ago

matthewbartos commented 6 years ago

Hi there!

I'm getting an error trying to make project:

ThreadManager.h:45:16: error: expected '(' after 'if'
            if constexpr (sizeof...(args) == 1) {
               ^
1 error generated.

Apart from missing parenthesis, why constexpr is needed here?

Cheers, Mateusz