Skip to content
Snippets Groups Projects

Draft: Remove deprecated system headers

Closed Florian Uhlig requested to merge f.uhlig/cbmroot:fix_deprecated_header into master
Many system headers like e.g. assert.h are deprecated in C++14. One should use
corresponding C++ headers like e.g. cassert. With this commit all deprecated
headers are excahnged by the proper C++ versions.

A list of these headers can be found at
https://clang.llvm.org/extra/clang-tidy/checks/modernize/deprecated-headers.html

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
Please register or sign in to reply
Loading