2020년 10월 15일 목요일

ios에서 template 특수화 빌드시 에러나는 경우

프로젝트 진행중 ios빌드중에 BasePacket.h 에서

error: type 'CheckImpl<IsPod<CSimple>::Value>' does not provide a call operator

return impl(*this, value);

라는 에러가 발생하여

template <bool IsPod, typename fake = void> 로 수정해서 처리함

이유에 대해선 찾아봐야 함



댓글 없음:

댓글 쓰기