better handling of __has_include and __VA_OPT__
What's Changed
- Fix #368 (VA_OPT is not handled good enough) by @glankk in #451
- Fix #449 (Update c++ standard to c++11) by @glankk in #450
- Fix #454: Accept __has_include for GNU C standards by @ludviggunne in #456
- Fix #459: Set STRICT_ANSI=1 for non-gnu standards @ludviggunne in #460
Full Changelog: 1.4.3...1.4.3.2