Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[cp][core] Use std::list instead of std::map for factory instance #16166

Merged
merged 2 commits into from
Feb 3, 2020

Commits on Feb 3, 2020

  1. [core] Use std::list instead of std::map for factory instance

    Factory 'get' method can be invoked recursively and stable iterators
    are required to guarantee safety.
    alexshalamov committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8b9eead View commit details
    Browse the repository at this point in the history
  2. [core] Update changelog

    alexshalamov committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f66efc6 View commit details
    Browse the repository at this point in the history