[PATCH] D16962: clang-tidy: avoid std::bind

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 06:01:13 PDT 2016


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Looks good. Thank you!

Do you need someone to submit the patch for you?


================
Comment at: clang-tidy/modernize/AvoidBindCheck.cpp:28
@@ +27,3 @@
+  BindArgumentKind Kind = BK_Other;
+  size_t PlaceHolderIndex = 0;
+};
----------------
Answering my own question: according to https://msdn.microsoft.com/en-us/library/hh567368.aspx non-static member initializers are supported by VS2013. This should be fine.


http://reviews.llvm.org/D16962





More information about the cfe-commits mailing list