File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ class Range
553
553
return end;
554
554
}
555
555
556
- template < typename T> friend struct ::cdac_data;
556
+ friend struct ::cdac_data<RangeSection> ;
557
557
};
558
558
559
559
struct RangeSection
@@ -626,7 +626,7 @@ struct RangeSection
626
626
627
627
RangeSection* _pRangeSectionNextForDelete = NULL ; // Used for adding to the cleanup list
628
628
629
- template < typename T> friend struct ::cdac_data;
629
+ friend struct ::cdac_data<RangeSection> ;
630
630
};
631
631
632
632
template <> struct cdac_data <RangeSection>
@@ -1444,7 +1444,7 @@ class RangeSectionMap
1444
1444
}
1445
1445
#endif // DACCESS_COMPILE
1446
1446
1447
- template < typename T> friend struct ::cdac_data;
1447
+ friend struct ::cdac_data<RangeSectionMap> ;
1448
1448
};
1449
1449
1450
1450
template <>
@@ -2274,7 +2274,7 @@ class ExecutionManager
2274
2274
JumpStubTable m_Table;
2275
2275
};
2276
2276
2277
- template < typename T> friend struct ::cdac_data;
2277
+ friend struct ::cdac_data<ExecutionManager> ;
2278
2278
};
2279
2279
2280
2280
#ifndef DACCESS_COMPILE
@@ -2590,7 +2590,6 @@ class EECodeInfo
2590
2590
UNWIND_INFO * GetUnwindInfoHelper (ULONG unwindInfoOffset);
2591
2591
#endif // TARGET_AMD64
2592
2592
2593
- template <typename T> friend struct ::cdac_data;
2594
2593
};
2595
2594
2596
2595
#include " codeman.inl"
You can’t perform that action at this time.
0 commit comments