KWStyle icon indicating copy to clipboard operation
KWStyle copied to clipboard

CheckFunction finds incorrect function name

Open catskul opened this issue 6 years ago • 0 comments

I get an error that looks like:

NvSupport.h:206: error: function ()>) doesn't match regular expression:

On a lines that look like:

class LogDataSink
{
public:
    enum class TimingPolicy
    { // <-- line 206 here
        AS_FAST_AS_POSSIBLE,

If I have time I'll create test case.

catskul avatar Apr 08 '19 19:04 catskul