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.
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
For the source file you build when this happens ...
guofei yan said:appear the error "line 308: error: added default arguments cannot result in declaring a default or copy constructor"
... please follow the directions in the article How to Submit a Compiler Test Case.
Thanks and regards,
-George
Since it has been a while, I presume you have resolved your problem. I'd appreciate hearing how you resolved it.
Thanks and regards,
-George