error: "operator=" has already been declared in the current scope
SURESOFT
started a topic
over 2 years ago
개발 환경 : VS2015
제품 : CI 3.7.8 v15
원인 : -
해결 방법 :
기본 VS2015 conf 파일에 아래 옵션 추가 해서 해결함. cs_ignore_paren=guard cs_replace_code_re=using Base::operator\s+=;<cs_delim> cs_replace_code=noexcept(true)<cs_delim> cs_size_t_kind=unsigned __int64
SURESOFT
cs_ignore_paren=guard
cs_replace_code_re=using Base::operator\s+=;<cs_delim>
cs_replace_code=noexcept(true)<cs_delim>
cs_size_t_kind=unsigned __int64
2 people have this problem