Open Issues Need Help
View All on GitHub estd::chrono::time_point <= operator about 2 months ago
AI Summary: Implement the missing `<=` operator for `estd::chrono::time_point` in the estd C++ Standard Library adaptation for embedded systems. This involves modifying the `chrono/operators.hpp` and potentially `fwd/chrono.h` files to add the necessary operator overload.
Complexity:
3/5
enhancement good first issue
AI Summary: Implement commonly used mathematical constants like pi, e, etc., from the C++ standard library's `<numeric>` header into the `estd` library, mirroring the functionality found in `std::numbers`. This involves adding these constants to `estd/numeric.h`.
Complexity:
2/5
enhancement good first issue