Skip to content

Commit

Permalink
chore: update NewType
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN authored Jan 2, 2025
1 parent 9e9f235 commit 0f459d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mc/util/NewType.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
template <typename T0>
struct NewType {
public:
// prevent constructor by default
NewType& operator=(NewType const&);
NewType(NewType const&);
NewType();
T0 mValue;
};

0 comments on commit 0f459d7

Please sign in to comment.