Skip to content

关于 cpp23.pdf 文档的一些 bug #2

@cuber-lotus

Description

@cuber-lotus

p28

在 self&& 之前有关键字 this,应该还是在 Self&& 而不是 self&&

p59

我们要做的只是多些几行代码而已,是多写几行,而不是多些几行

p64

此处的代码块应该将;另起一行

int main() {
    int i = 1
    // \
    + 42
        ;
    return i;
}

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