X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FAnnotationRouter.hh;h=b3bcd69cb78d9a8fe5971ed2676643c6fc5c33a7;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=08eb7fd6bcfa9a9bc067b29af091b49bb1d9f641;hpb=e9816d699770dea77c989c97ef53bf2266ce7b6b;p=senf.git diff --git a/senf/PPI/AnnotationRouter.hh b/senf/PPI/AnnotationRouter.hh index 08eb7fd..b3bcd69 100644 --- a/senf/PPI/AnnotationRouter.hh +++ b/senf/PPI/AnnotationRouter.hh @@ -51,7 +51,7 @@ namespace module { The \a AnnotationType template parameter defines the routing key. This annotation must support the following operations: \li Comparison with '<' (\c LessThanComparable concept) - \li Copy construction and copy assignment (\c Copyable und \c Assignable concepts) + \li Copy construction and copy assignment (\c Copyable and \c Assignable concepts) (e.g. via compiler synthesized copy constructor and assignment operator) \li Output streaming to an ostream via '\c <<' (for error description purposes) (\c OutputStreamable concept)