any: minor changes

This commit is contained in:
Michele Caini
2021-03-10 08:55:02 +01:00
parent c151d55237
commit 0f95d02cdc

View File

@@ -58,6 +58,7 @@ class basic_any {
break;
case operation::MOVE:
as<basic_any>(to).instance = from.instance;
[[fallthrough]];
case operation::DTOR:
break;
case operation::COMP: