mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 20:05:31 +00:00
Update peglib.h
This '#else' directive does not have such extra condition in C++.
This commit is contained in:
parent
55add1dacb
commit
f3e88afd39
2
peglib.h
2
peglib.h
@ -30,7 +30,7 @@
|
|||||||
#define PEGLIB_NO_CONSTEXPR_SUPPORT
|
#define PEGLIB_NO_CONSTEXPR_SUPPORT
|
||||||
#elif (_MSC_VER >= 1800)
|
#elif (_MSC_VER >= 1800)
|
||||||
// good to go
|
// good to go
|
||||||
#else (_MSC_VER < 1800)
|
#else //(_MSC_VER < 1800)
|
||||||
#error "Requires C+11 support"
|
#error "Requires C+11 support"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user