worawatt
Results
2
issues of
worawatt
```c++ #include #include #include #include #include #include #include #include struct resume { std::function func_; }; struct test { ~test() { std::cout
**Describe the bug** On windows, ampersand (`&`) in a custom command seems to always be escaped with `^&`. As a result, the command sometimes does not function as intended. For...
bug