Don't need c++11 or g++

This commit is contained in:
Michael Davidsaver
2017-10-24 12:49:46 -05:00
parent 818cf1a846
commit bffb14fd53

View File

@ -11,8 +11,6 @@
# define AUTO_VAL(NAME,VAL) __typeof__(VAL) NAME(VAL)
# define AUTO_REF(NAME,VAL) __typeof__(VAL)& NAME(VAL)
# define FOREACH(IT,END,C) for(__typeof__((C).begin()) IT=(C).begin(), END=(C).end(); IT!=END; ++IT)
#else
# error Require C++11 or G++
#endif
namespace p2p {