Revert "etl::const_map completed"

This reverts commit 697cd0a5aaa87ab9da6d1ad337a6c55d9934be57.

# Conflicts:
#	include/etl/const_map.h
This commit is contained in:
John Wellbelove 2025-06-27 09:26:23 +01:00
parent 3db20a4e91
commit f6b969eeba

View File

@ -504,7 +504,7 @@ namespace
CHECK(data.at(Key("0")) == compare_data.at("0"));
CHECK(data.at(Key("1")) == compare_data.at("1"));
CHECK(data.at(Key("2")) == compare_data.at("2"));
CHECK(data.at("3") == compare_data.at("3"));
CHECK(data.at(Key("3")) == compare_data.at("3"));
CHECK(data.at(Key("4")) == compare_data.at("4"));
CHECK(data.at(Key("5")) == compare_data.at("5"));
CHECK(data.at(Key("6")) == compare_data.at("6"));