[libcxx-commits] [PATCH] D73223: Partially inline basic_string copy constructor in UNSTABLE
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 23 17:01:00 PST 2020
EricWF added inline comments.
================
Comment at: libcxx/test/std/strings/basic.string/string.cons/copy_shrunk_long.pass.cpp:2
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
----------------
This file needs to go under `test/libcxx/...` instead of `test/std/`.
The former directory is for libc++ specific tests, the latter is for tests that
should pass with all standard library implementations.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73223/new/
https://reviews.llvm.org/D73223
More information about the libcxx-commits
mailing list