[libcxx-commits] [PATCH] D115059: [libcxx][modularisation] completes <memory> modularisation

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 3 11:39:14 PST 2021


cjdb added inline comments.


================
Comment at: libcxx/include/__memory/temp_value.h:44
+    ~__temp_value() { _Traits::destroy(__a, __addr()); }
+};
+
----------------
I believe this was indented in the old code. I've pulled it back to the start of the line in this patch, but no other source changes have been intentionally applied.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115059/new/

https://reviews.llvm.org/D115059



More information about the libcxx-commits mailing list