-
- Downloads
Remove check for impossible condition in std::variant::index()
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
Loading
Please register or sign in to comment