mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +08:00
Update minimum cpp version
This commit is contained in:
parent
fe92d55eb0
commit
e8f84a6e09
@ -9,8 +9,8 @@
|
||||
|
||||
#include "Event.h"
|
||||
|
||||
#if __cplusplus < 201402L
|
||||
#error This library needs at least a C++14 compliant compiler
|
||||
#if __cplusplus < 201103L
|
||||
#error This library needs at least a C++11 compliant compiler
|
||||
#endif
|
||||
|
||||
namespace Dexode
|
||||
|
Loading…
x
Reference in New Issue
Block a user