Open Issues Need Help
View All on GitHub the "div" methode issue 5 days ago
AI Summary: The user reports an issue where the `div` method from the `cp` namespace requires explicit qualification (`cp::div()`) to work, even when `using namespace cp;` is included. This problem is specific to `div`, as other methods like `add`, `sub`, and `multi` from the same namespace function correctly without explicit qualification. The issue likely points to a name collision with a standard library or global `div` function.
Complexity:
3/5
good first issue