[libcxx-commits] [libcxx] [libc++] Clean up includes of <__assert> (PR #80091)
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 6 17:03:34 PST 2024
================
@@ -476,8 +475,8 @@ public:
}
private:
- _LIBCPP_HIDE_FROM_ABI explicit scoped_allocator_adaptor(outer_allocator_type&& __o, inner_allocator_type&& __i) _NOEXCEPT
- : base(std::move(__o), std::move(__i)) {}
+ _LIBCPP_HIDE_FROM_ABI explicit scoped_allocator_adaptor(
----------------
var-const wrote:
Nit: this reformatting seems unrelated.
https://github.com/llvm/llvm-project/pull/80091
More information about the libcxx-commits
mailing list