Merge pull request #61 from mura-orz/master

Update peglib.h
pull/72/head
yhirose 6 years ago committed by GitHub
commit e01f198648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      peglib.h

@ -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

Loading…
Cancel
Save