Skip to content

Adapt code to new SW guidelines

Frank Bossen requested to merge bossen/VVCSoftware_VTM:clean272 into master

Changes include:

  • use [[maybe_unused]] instead of cast to (void)
  • use generic lambda function and remove related comment about C++11
  • update MSVC version check
  • don't condition '#pragma once' on MSVC version

Merge request reports