Menu

Possible checks for more modern C++

2024-04-29
2024-04-30
  • Steve Albright

    Steve Albright - 2024-04-29

    If we find a blank constructor or destructor default could be used.

    If we find declared but unimplemented copy or assignment operators then = delete could be used (a trick used prior to C++ 11/14). Often made private but public is better now with delete too.

     
  • Oleksandr Labetskyi

    Thank you for the suggestions! We've created a Ticket.

     

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.