error: "operator=" has already been declared in the current scope

Posted over 3 years ago by SURESOFT

Post a topic
Un Solved
SURESOFT
SURESOFT Admin

  • 개발 환경 : 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

2 Votes


0 Comments

Login to post a comment