[PATCH] D11553: [libcxx] Rewrite C++03 __invoke.
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 12:45:28 PDT 2015
mclow.lists added a comment.
So far, this looks good. I'm going to apply it locally and futz with it.
================
Comment at: include/__functional_base_03:30
@@ +29,3 @@
+ typedef _Ret _Bullet2;
+ typedef _Ret type;
+};
----------------
Let's be consistent. :-)
typedef _Bullet2 type;
http://reviews.llvm.org/D11553
More information about the cfe-commits
mailing list