Skip to content

Commit

Permalink
Merge pull request #679 from Pressio/678-pressioutils-replace-make_un…
Browse files Browse the repository at this point in the history
…ique-with-stdmake_unique

#678: `pressio/utils`: replace `make_unique` with `std::make_unique`
  • Loading branch information
cwschilly authored Sep 23, 2024
2 parents 024d2d7 + 28ca64f commit 123e052
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
1 change: 0 additions & 1 deletion include/pressio/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include <iomanip>

#include "./utils/utils_static_constants.hpp"
#include "./utils/utils_make_unique.hpp"
#include "./utils/utils_instance_or_reference_wrapper.hpp"
#include "./utils/utils_read_ascii_matrix_std_vec_vec.hpp"
#include "./utils/utils_noop.hpp"
Expand Down
63 changes: 0 additions & 63 deletions include/pressio/utils/utils_make_unique.hpp

This file was deleted.

0 comments on commit 123e052

Please sign in to comment.