VAX version
VA_X.dll file version 10.9.2076.0 built 2015.09.15
DevEnv.exe version 14.0.23107.0 Enterprise
msenv.dll version 14.0.23107.0
Comctl32.dll version 6.10.10565.0
Windows 10 10.0 Build 10565
8 processors (x86-64, WOW64)
Problem:
Some raw strings break VAX parsing. There is screenshot with example:
Here is the code:
static std::wregex func{ LR"(\\s*(\\w+)\\s*\\()" };
static std::wregex param{ LR"(\\s*(?:(\\))|([\\w\\.]+|"[^"]*")\\s*(?:,|(?=\\)))))" };