Merge pull request #61 from mura-orz/master

Update peglib.h
This commit is contained in:
yhirose 2019-04-27 17:37:32 -04:00 committed by GitHub
commit e01f198648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
#define PEGLIB_NO_CONSTEXPR_SUPPORT
#elif (_MSC_VER >= 1800)
// good to go
#else (_MSC_VER < 1800)
#else //(_MSC_VER < 1800)
#error "Requires C+11 support"
#endif
#endif