Skip to content

Commit

Permalink
common: move copy_constructors.h to src/include
Browse files Browse the repository at this point in the history
  • Loading branch information
Riolku committed Dec 19, 2023
1 parent 28bd991 commit 7a9a98a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

// This file defines many macros for controlling copy constructors and move constructors on classes.

#define DELETE_COPY(Object) Object(const Object& other) = delete
Expand Down

0 comments on commit 7a9a98a

Please sign in to comment.