Home | History | Annotate | Download | only in Format

Lines Matching full:make_unique

8458   verifyFormat("auto i = std::make_unique<int>(5);", NoSpace);
8505 verifyFormat("auto i = std::make_unique<int> (5);", Space);