git-svn-id: svn://db.shs.com.ru/pip@973 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-03-24 14:54:40 +00:00
parent 3ae4011097
commit ee9627afef

View File

@@ -643,6 +643,7 @@ public:
#ifdef PIP_CXX11_SUPPORT
}
#endif
if (!sender->isPIObject()) break;
}
}
@@ -672,6 +673,7 @@ public:
#ifdef PIP_CXX11_SUPPORT
}
#endif
if (!sender->isPIObject()) break;
}
}
template <typename T0, typename T1>
@@ -704,6 +706,7 @@ public:
#ifdef PIP_CXX11_SUPPORT
}
#endif
if (!sender->isPIObject()) break;
}
}
template <typename T0, typename T1, typename T2>
@@ -738,6 +741,7 @@ public:
#ifdef PIP_CXX11_SUPPORT
}
#endif
if (!sender->isPIObject()) break;
}
}
template <typename T0, typename T1, typename T2, typename T3>
@@ -774,6 +778,7 @@ public:
#ifdef PIP_CXX11_SUPPORT
}
#endif
if (!sender->isPIObject()) break;
}
}