olympus-robotics / hephaestus

Hephaestus is a C++ framework designed to facilitate robotics development by providing commonly needed functionality and abstractions.
MIT License
18 stars 2 forks source link

Fix/Fix missing std::ranges::for_each() error in gcc11. #78

Closed lhruby closed 1 month ago

lhruby commented 1 month ago

Description

For compatibility reasons, we transition from std::ranges::for_each to std::for_each.

Type of change

Checklist before requesting a review