
18 Feb
2014
18 Feb
'14
7:03 p.m.
Steven Watanabe wrote:
AMDG
On 02/18/2014 09:39 AM, Peter Dimov wrote:
I don't know how smart b2's scanner is; my simplistic one would be fooled by
/**/#include
...
The pattern is "#[ \t]*include[ ]*(<(.*)>|\"(.*)\")" (no anchors), so this will match.
This will match
// #include "something.hpp"
then?
OK, I change my suggestion to
#/**/include