Skip to content

Commit f3e88af

Browse files
authored
Update peglib.h
This '#else' directive does not have such extra condition in C++.
1 parent 55add1d commit f3e88af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peglib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define PEGLIB_NO_CONSTEXPR_SUPPORT
3131
#elif (_MSC_VER >= 1800)
3232
// good to go
33-
#else (_MSC_VER < 1800)
33+
#else //(_MSC_VER < 1800)
3434
#error "Requires C+11 support"
3535
#endif
3636
#endif

0 commit comments

Comments
 (0)