mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
work around an aparent gcc name resolution bug by
detemplatizing this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38461 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
91f0158d4d
commit
95fd3189f8
@ -240,9 +240,8 @@ public:
|
|||||||
|
|
||||||
// Allow assignment from any smallptrset with the same element type even if it
|
// Allow assignment from any smallptrset with the same element type even if it
|
||||||
// doesn't have the same smallsize.
|
// doesn't have the same smallsize.
|
||||||
template<unsigned RHSSize>
|
|
||||||
const SmallPtrSet<PtrType, SmallSize>
|
const SmallPtrSet<PtrType, SmallSize>
|
||||||
operator=(const SmallPtrSet<PtrType, RHSSize> &RHS) {
|
operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) {
|
||||||
CopyFrom(RHS);
|
CopyFrom(RHS);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user