Replace std::vector<std::initializer_list> with std::vector<std::vector>.
In std::vector<std::initializer_list> the intializer_list's underlying arrays will be out of scope after the full-expression containing the initialization of the std::vector (c++11 [class.temporary] p5). PiperOrigin-RevId: 220609867
Loading
Please sign in to comment