Add initializer_list to TPair and TMap request

It is possible like this:

TMap<int32, float> map = { TPairInitializer<const int32&, const float&>(2, 5.f) };
1 Like