C++: Add change note

This commit is contained in:
Jeroen Ketema
2022-08-12 15:42:37 +02:00
parent 4d76fd198e
commit 0449d914c4

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a `BlockAssignExpr` class, which models a `memcpy`-like operation used in compiler generated copy/move constructors and assignment operations.