[libcxx-commits] [PATCH] D123129: [libc++] Add tests for std::string default constructor and destructor
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 7 16:41:48 PDT 2022
var-const accepted this revision.
var-const added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/std/strings/basic.string/string.cons/default.pass.cpp:12
+// basic_string() noexcept(is_nothrow_default_constructible<allocator_type>::value);
+
+
----------------
Very optional nit: two blank lines in a row, I'd remove one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123129/new/
https://reviews.llvm.org/D123129
More information about the libcxx-commits
mailing list