Shiyu
Results
2
comments of
Shiyu
In my use case, the following code will cause a compile error without compile flag `-fpermissive` . ``` c++ void f(const hv::TcpClient* raw) { // or `const hv::TcpClient&` if (raw->isReconnet())...
I noticed that both failure was caused by static library installation failed. What can I do to fix it? (Unfortunately I do not have either FreeBSD or MacOS environment.) +...