etl/include
Manolis Surligas 1c957debf9 ranges: Fix confict with Zephyr preprocessor definition
Zephyr defines the _current as a preprocessor macro. In the etl/ranges.h
file, the _current is used as a member in various places. This causes
a conflict and prevents the code from compiling.
This commit fixes this issue by renaming all members named _current to _cur.

Signed-off-by: Manolis Surligas <surligas@gmail.com>
2026-05-12 20:32:24 +03:00
..
etl ranges: Fix confict with Zephyr preprocessor definition 2026-05-12 20:32:24 +03:00