Commit 9b2f85a8 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

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
parent aeb04dd9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment