Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C++] Explicitly define copy constructor for AnyBase
Gcc 14.2 generates a warning (-Wdeprecated-copy) for AnyBase because the assignment operator is defined explicitly but the copy constructor is defined implicitly.
- Loading branch information