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:
Aleksandar Fabijanic
2008-06-01 14:33:45 +00:00
parent 1d27e75989
commit 0a1c616368
5 changed files with 31 additions and 4 deletions

View File

@@ -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: