mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
work around an aparent gcc name resolution bug by
detemplatizing this. llvm-svn: 38461
This commit is contained in:
parent
97ba0c99ed
commit
39e93bf0e0
@ -240,9 +240,8 @@ public:
|
||||
|
||||
// Allow assignment from any smallptrset with the same element type even if it
|
||||
// doesn't have the same smallsize.
|
||||
template<unsigned RHSSize>
|
||||
const SmallPtrSet<PtrType, SmallSize>
|
||||
operator=(const SmallPtrSet<PtrType, RHSSize> &RHS) {
|
||||
operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) {
|
||||
CopyFrom(RHS);
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user