|
|
@@ -52,7 +52,6 @@ class sigh;
|
|
|
*/
|
|
|
template<typename Ret, typename... Args, typename Allocator>
|
|
|
class sigh<Ret(Args...), Allocator> {
|
|
|
- /*! @brief A sink is allowed to modify a signal. */
|
|
|
friend class sink<sigh<Ret(Args...), Allocator>>;
|
|
|
|
|
|
using alloc_traits = std::allocator_traits<Allocator>;
|
|
|
@@ -225,7 +224,6 @@ private:
|
|
|
* the sink that generated it.
|
|
|
*/
|
|
|
class connection {
|
|
|
- /*! @brief A sink is allowed to create connection objects. */
|
|
|
template<typename>
|
|
|
friend class sink;
|
|
|
|