Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
319 stars 57 forks source link

clang-tidy: fix missing special member func #173

Open neheb opened 8 months ago

neheb commented 8 months ago

Found with: cppcoreguidelines-special-member-functions

Replaced several functions with using declarations and added missing stuff elsewhere.

neheb commented 8 months ago

Split into three commits. Hopefully simpler now.