variant
58 KB
-
Remove check for impossible condition in std::variant::index() · fe69bee3
The __index_type is only ever unsigned char or unsigned short, so not the same type as size_t. * include/std/variant (variant::index()): Remove impossible case. From-SVN: r276100
Jonathan Wakely committed