The current detection logic will fail for containers with an overloaded
push_back member. This causes issues with types like std::vector and
SmallVector<SomeNonTriviallyCopyableT>, which have both
push_back(const T&) and push_back(T&&).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo