[libcxx-commits] [PATCH] D124695: [libc++] Avoid a Microsoft SAL macro.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 6 09:46:10 PDT 2022


ldionne added inline comments.


================
Comment at: libcxx/include/__functional/perfect_forward.h:34
 private:
-    tuple<_Bound...> __bound_;
+  tuple<_BoundArgs...> __bound_args_;
 
----------------
I think this also made the indentation inconsistent (2 spaces vs 4 spaces). After the change, there is a mix of the two indentations in the file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124695



More information about the libcxx-commits mailing list