Skip to content
Snippets Groups Projects

Fixes for gcc 13, clang 16 and C++20

Merged Marco Clemencic requested to merge clemenci/fixes-for-gcc13 into master
All threads resolved!
  • Avoid use of deprecated is_pod
  • Fix implicit capture of this (deprecated in C++20)
  • Remove unused variables

Note that implicit capture of this via [=] causes a warning in C++20, but the new way [=,this] causes a warning in C++17, so we hide the C++17 warning (at some point we will stop supporting C++17).

Edited by Marco Clemencic

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Rosen Matev resolved all threads

    resolved all threads

  • assigned to @sponce

  • removed bug fix label

  • Sebastien Ponce approved this merge request

    approved this merge request

  • Sebastien Ponce resolved all threads

    resolved all threads

  • Sebastien Ponce mentioned in commit 6d2fbcd5

    mentioned in commit 6d2fbcd5

  • Please register or sign in to reply
    Loading