mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 00:46:03 +08:00
Revert "etl::const_map completed"
This reverts commit 697cd0a5aaa87ab9da6d1ad337a6c55d9934be57. # Conflicts: # include/etl/const_map.h
This commit is contained in:
parent
3db20a4e91
commit
f6b969eeba
@ -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"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user