YarikTH/ureact

Replace operator->* with operator| to make signals

YarikTH opened this issue · 0 comments

Description

Operator| is more suitable for such an operation and it was freed in #72.
So, operator->* should be deprecated. Operator| should be added instead.