[libcxx-commits] [PATCH] D59344: Add contains method to map types
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 15 10:49:51 PDT 2019
zoecarver marked an inline comment as done.
zoecarver added inline comments.
================
Comment at: test/std/containers/contains.pass.cpp:8
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
ldionne wrote:
> We normally put the license first thing in the file.
So license, then `#include`s, then other comments, then code?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59344/new/
https://reviews.llvm.org/D59344
More information about the libcxx-commits
mailing list