Skip to content

Commit bc3ce69

Browse files
committed
Add license header and UNSUPPORTED
1 parent 96ef4a1 commit bc3ce69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libcxx/test/benchmarks/containers/associative/hash_table_find.bench.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
9+
// UNSUPPORTED: c++03
10+
111
#include <unordered_set>
212
#include <string>
313
#include <random>

0 commit comments

Comments
 (0)