This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: Ti complier 8.3.4, appear the error "line 308: error: added default arguments cannot result in declaring a default or copy constructor"

Tool/software: TI C/C++ Compiler

hi, 

 using new Ti complier 8.3.4, appear the error "line 308: error: added default arguments cannot result in declaring a default or copy constructor"

code:

 A::A(u32 c =0):m_name(tom)
 {
   
 }

could you provide me help?

thanks

br

guofei