-
C++ 개체에 멤버 함수과(와) 호환되지 않는 형식 한정자가 있습니다.[TROUBLESHOOTING] 2021. 1. 13. 13:16728x90반응형
C++ 개체에 멤버 함수과(와) 호환되지 않는 형식 한정자가 있습니다.
The object has type qualifiers that are not compatible with the member function C++
발생 원인:
const 객체의 const가 아닌 멤버 함수를 사용하려고 시도
해결 방법:
함수를 const로 설정
참고사이트
www.python2.net/questions-673465.htm728x90반응형'[TROUBLESHOOTING]' 카테고리의 다른 글
Stack around the variable ' ' was corrupted (0) 2021.03.16 티스토리 highlight.js / highlightjs-line-numbers 안될 때 해결 방법 (0) 2021.01.12 vector subscript out of range (0) 2021.01.11 [MySQL 8.0] EER Diagram 한글 깨짐 해결 (★table 제목★) (0) 2020.11.27