mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 18:51:02 +08:00
Remove checking C++11 support by definied var
On windows it doesn't work should check by using check features https://stackoverflow.com/questions/14131454/visual-studio-2012-cplusplus-and-c-11
This commit is contained in:
parent
b370565b37
commit
5408f09d03
@ -9,10 +9,6 @@
|
||||
#include <typeinfo>
|
||||
#include <vector>
|
||||
|
||||
#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