颜闽辉

Results 3 comments of 颜闽辉

Hi, @andreasfertig **insights** can't be built on [llvm@15](https://github.com/llvm/llvm-project/tree/release/15.x). ```.bash clang version 15.0.0 (https://github.com/llvm/llvm-project.git 80b4a25d7a215d42552b7ad0e2e05fbcc17e07b6) Target: arm64-apple-darwin21.6.0 Thread model: posix InstalledDir: /opt/llvm/bin ``` ```.bash Consolidate compiler generated dependencies of target insights...

https://github.com/tdlib/td/blob/70bee089d492437ce931aa78446d89af3da182fc/tdactor/td/actor/impl/Event.h#L56-L98 `LambdaEvent` can be replaced with `ClosureEvent` as well. Using lambda and member function pointer the same way. ```.cpp int a = 1; int b = 2; const Base* obj...

It is for simplify logic code, and usage consistency for lambda and member pointer function only. In addition, the events that send to actor is mostly custom events (i.e. member...