ThePhrozenKeep/D2MOO

Replace C defines with `std::numeric_limits`

Open

#171 opened on Oct 2, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (48 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (159 stars)
PR merge metrics
 (PR metrics pending)

Description

As per the title, replacing the C defines and literal constants with std::numeric_limts will improve readability, tool-based analysis and potentially reduce bugs.

Contributor guide