(cherry picked from commit c9d7563e1896059ebfa5f454e1a27fdc09291597) Source commit: c591560baca06776cef13353e5dfb561bbd2ccc6
@@ -476,6 +476,7 @@ public:
}
+ #pragma warn -inl
template<typename P>
void Invoke(const P & p)
{
@@ -486,6 +487,7 @@ public:
++I;
+ #pragma warn .inl
bool Contains(T EventHandler)