首页 > 代码库 > makefile redefinition or previous definition

makefile redefinition or previous definition

operation.h:4: error: redefinition of ‘class operation’

operation.h:5: error: previous definition of ‘class operation’


#ifndef OPERATION_H
#define OPERATION_H

...

...

#endif



makefile redefinition or previous definition