Skip to content

「勘误」 C++20 完全指南 #231

@haijialiu

Description

@haijialiu

在6.1.2 范围的约束和工具 一节中

Image 输出并非为:

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

顺便附带个原文:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions