Phygon
Results
2
issues of
Phygon
I suggest a new example application, which is a simple netcat-clone using the SRT protocol. Example usage: - server: `srt-nc -l 5555` - client: `srt-nc 10.10.10.10 5555` Alternative interface with...
Type: Enhancement
[apps]
https://github.com/boost-experimental/di/blob/19c30d5f5bc9946d7684457772fc3aa8b3bd43ef/extension/include/boost/di/extension/injections/factory.hpp#L35 std::forward is misused here, because TArgs&& is not a template argument of the create() function. That means, TArgs&& (all arguments in the parameter pack) are rvalue references, and reference...