Skip to content

Refactor include directories computation to use std::stable_partition

Refactors the cmLocalGenerator::GetIncludeDirectoriesImplicit method

  • to use std::stable_partition in the first place and
  • to use std::stable_partition instead of std::stable_sort.

Merge request reports