AcademySoftwareFoundation / AcademySoftwareFoundation/Imath
Deprecate Imath::succf/predf in favor of std::nextafter/nextoward
Open
- Dominant language
- C++
- Stars
- 488
- Forks
- 161
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 3
Description
succf/predf predate c++11
Contributor guide
Research direction
Start by locating Imath::succf and Imath::predf, then inspect their call sites and the surrounding compatibility expectations. Compare the existing APIs with the named std::nextafter and std::nextoward replacements; done means the old functions are deprecated in favor of those replacements without leaving affected usage unresolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100