Menu

new suspicious-operator FPs for explicit destructor calls

Martin
2021-08-06
2021-08-06
  • Martin

    Martin - 2021-08-06

    Hi,

    due to the latest commits for code like

    void init()
       {
          this->~Follow();
       }
    

    FPs like

    warning: inconclusive: Found suspicious operator '~' [constStatement]
    this->~Follow();
    ^

    are thrown.

    Could you please check?

    Thanks,
    Martin

     
  • CHR

    CHR - 2021-08-06

    See here.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.