Skip to content

replace unique_ptr new expressions with make_unique - #1241

Merged
gittiver merged 1 commit into
CrowCpp:masterfrom
IamRezaMousavi:use-make-unique
Sep 14, 2026
Merged

gittiver merged 1 commit into
CrowCpp:masterfrom
IamRezaMousavi:use-make-unique

Conversation

@IamRezaMousavi

Copy link
Copy Markdown
Contributor

Benefits

  • Removes unnecessary explicit new expressions.
  • Improves readability and consistency with modern C++ practices.
  • Provides safer and more idiomatic std::unique_ptr construction.
  • Reduces verbose type repetition.

@gittiver
gittiver merged commit 80907fe into CrowCpp:master Sep 14, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants