while i compile my code i got an warning that,
"FUNCTIONS CONTAINS SWITCH ARE NOT EXPAND INLINE."
Basically I am writing switch case in the parameterized constructor at that time i get this warning.
Because of this error sometimes I can run the code and sometimes not.
I want to know can i write switch case in parameterized constructor?If yes,then how?
"FUNCTIONS CONTAINS SWITCH ARE NOT EXPAND INLINE."
Basically I am writing switch case in the parameterized constructor at that time i get this warning.
Because of this error sometimes I can run the code and sometimes not.
I want to know can i write switch case in parameterized constructor?If yes,then how?
Comment