Julian Miller
Results
2
comments of
Julian Miller
Given the complexity of the indexing changes and the limited user benefits, I think it's best to postpone this to the 2022.7 release.
> @julianmi, how do you think, should we introduce some type for the `union` > > ```c++ > union __storage > { > _Tp __v; > __storage() {} > };...