gelldur / EventBus

A lightweight and very fast event bus / event framework for C++17
Apache License 2.0
371 stars 81 forks source link

Check compatibility with only C++11, C++14, C++17 #3

Open gelldur opened 6 years ago

gelldur commented 6 years ago

I know that I used something from C++14 (probably) so need to verify.

Josid88 commented 4 years ago

Hi, I'm trying to use EventBus with plain c++11, but when compiling it throws a lot of cpp14 errors Do you know what's the last version that supported c++11

Thanks in advance

gelldur commented 4 years ago

Hey, not sure now because everything what is on development branch I try to move to C++17. Sorry fot this inconsistency.