Home > Software engineering >  Define 5 d vector array can define, 6 d vector array errors, how to do?
Define 5 d vector array can define, 6 d vector array errors, how to do?

Time:11-10

Vector> VVVVV;//can

Vector>> VVVVVV;

Warrning occurs on compile C4503: "STD: : _Dest_val" : beyond the length of the decorated name, the name is truncated,

How to solve?

CodePudding user response:

The Compiler Warning (level 1) C4503
'identifier: decorated name length exceeded, the name was truncated

The decorated name was longer than The maximum The compiler allows (247), and was truncated. To get this warning and The truncation, reduce The number of The arguments or name length of identifiers, informs.

CodePudding user response:

Specific how to solve

CodePudding user response:

One is the upgrade of vc, one kind is to ignore c4503 warning, one is changed of your code

CodePudding user response:

Which version of VS is not appear this problem? VS2016 above?

CodePudding user response:

Not found this problem, 2008201 7 are tried, if have you can typedef ah

CodePudding user response:

Feeling to see such a code, to see that a big list of + + + + + + + + + as laborious, obsessive-compulsive disorder, do not want to see the code
  • Related