Skip to content

Syntax #7655

Answered by sean-mcmanus
null0ptr asked this question in Q&A
Syntax #7655
Jun 7, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Completion of <> is not implemented, particularly because there are many cases in which the <> can be omitted, such as via

#include <vector>

int main()
{
    std::vector i = { 0 };
    return 0;
}

The () issue with std::sort/partition/etc. is fixed for our pending 1.5.0-insiders: #7626

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@null0ptr
Comment options

@sean-mcmanus
Comment options

Answer selected by null0ptr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants