[libcxx-commits] [PATCH] D59344: Add contains method to map types
    Eric Fiselier via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed Mar 13 23:48:53 PDT 2019
    
    
  
EricWF added inline comments.
================
Comment at: test/std/containers/contains.pass.cpp:1
+#include <cassert>
+#include <map>
----------------
I really really REALLY like the way you wrote this test!
If a constraint is shared across all containers, or is specified in the container requirements table, then we should test it like this.
Repository:
  rCXX libc++
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59344/new/
https://reviews.llvm.org/D59344
    
    
More information about the libcxx-commits
mailing list