G
Guest
Guest
Hello, I've made some code on cuda and I have one single compilation error:
" ParalelComplexity.h(14): error: invalid redeclaration of type name "Complexo"
(14): here"
This is a header file, where I have the class "Complexo". The compiler says that it is redifined, but I've already changed to another name, I've inserted it in a namespace, however, nothing worked. Can anyone help me? Thank you!
" ParalelComplexity.h(14): error: invalid redeclaration of type name "Complexo"
(14): here"
This is a header file, where I have the class "Complexo". The compiler says that it is redifined, but I've already changed to another name, I've inserted it in a namespace, however, nothing worked. Can anyone help me? Thank you!