在6.1.2 范围的约束和工具 一节中 <img width="1344" height="1131" alt="Image" src="https://github.com/user-attachments/assets/7bc90e38-9d60-49b3-bb36-db5e6f3cd067" /> 输出并非为: > Berlin New York Rio Tokyo > 0 7 8 15 42 其中 `std::ranges::sort(coll[0]);` 会把“Berlin”排序,结果应为: > Beilnr New York Rio Tokyo > 0 7 8 15 42 顺便附带个原文: <img width="1209" height="1314" alt="Image" src="https://github.com/user-attachments/assets/3b2bca7c-d7b3-4659-97cf-0a558358c345" />