andrivet / ADVobfuscator

Obfuscation library based on C++11/14 and metaprogramming
1.39k stars 238 forks source link

Incomplete type when string length is 65 chars or more VS2019 #29

Closed NaNraptor closed 3 years ago

NaNraptor commented 3 years ago

Basically what the title says. The code compiles fine, but intellisense reports this error any idea why?

E0070 Incomplete type is not allowed

andrivet commented 3 years ago

Because the code is too complicated for Intellisense.