Coan fails to allow the expansion of a macro argument to a system-include name or quoted string, thus faulting a valid macro call such a HAS_INCLUDE(<string>) or HAS_INCLUDE("string")
--- old+++ new@@ -1 +1,2 @@-Coan erroneously requires the expansion of a macro argument to a valid preprocessor expression, which need not be the case, thus faulting a valid macro call such a `HAS_INCLUDE(<string>)`+Coan fails to allow the expansion of a macro argument to a system-include name or quoted string, thus faulting a valid macro call such a `HAS_INCLUDE(<string>)` or+`HAS_INCLUDE("string")`
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Closed in v6.0