[libcxx-commits] [PATCH] D62779: [2/2] Fix complexity of map insert_or_assign with a hint.

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 26 08:47:50 PDT 2019


mclow.lists added a comment.

You're going to need several tests here.

Hints that are correct.
Hints that are wrong.
Hints that are `end()` <-- All the tests we have pass `end()`, as far as I can tell. 
See "test/std/containers/associative/map/map.modifiers/insert_node_type_hint.pass.cpp"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62779/new/

https://reviews.llvm.org/D62779





More information about the libcxx-commits mailing list