mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 03:29:47 +02:00
SF items:
[1981125] std::swap_ranges overloading resolution failed [1981130] pointless comparison of unsigned integer with zero [1981139] initial value of reference to non-const must be an lvalue Buffer test FunctionDelegate comment spelling
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Poco {
|
||||
|
||||
template <class TArgs, bool hasSender = true, bool senderIsConst = true>
|
||||
class FunctionDelegate: public AbstractDelegate<TArgs>
|
||||
/// Wraps a C style function (or a C++ static fucntion) to be used as
|
||||
/// Wraps a C style function (or a C++ static function) to be used as
|
||||
/// a delegate
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user