diff --git a/assembler/annotation.h b/assembler/annotation.h index d4c23a739258808437f73ee2a6551d0fc02fc4f2..ccf1361886f7799569a3df67721c2171d41d2d43 100644 --- a/assembler/annotation.h +++ b/assembler/annotation.h @@ -511,8 +511,8 @@ public: { } - NO_MOVE_SEMANTIC(ArrayValue); - NO_COPY_SEMANTIC(ArrayValue); + DEFAULT_MOVE_SEMANTIC(ArrayValue); + DEFAULT_COPY_SEMANTIC(ArrayValue); ~ArrayValue() override = default;