CXS is a high-level interface header file made for C++

1 Open Issue Need Help Last updated: Feb 16, 2026

Open Issues Need Help

View All on GitHub

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

CXS is a high-level interface header file made for C++

C++