Usa std::literals para unidades de tiempo
Open
- Dominant language
- C++
- Stars
- 17
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Usa std::literals para especificar el tiempo con sufijos como muestra [aquí](https://en.cppreference.com/w/cpp/symbol_index/chrono_literals)
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the C++ source for time values that are written without chrono literal suffixes, then consult the linked cppreference chrono_literals documentation. Update the applicable expressions to use std::literals and verify that the simulator still builds and its existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100