fgross marked 6 inline comments as done.
fgross added inline comments.

================
Comment at: clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp:110
+        ClassWithSpecialMembers[ID];
+    if (find(Members, Kind) == Members.end())
+      Members.push_back(Kind);
----------------
aaron.ballman wrote:
> Please qualify the find with std::, here and elsewhere.
It's actually llvm::; added namespace and switched to is_contained.


https://reviews.llvm.org/D30610



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to