Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fix compiler warning about missing return
Commit 23bdb81 ("Optimize IsCopyConstructorDeleted") removed the fall-through return statement, leading compilers to complain that "control reaches end of non-void function".
- Loading branch information