You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add explicit std::array<> template args to support C++14 build
Not all the build systems make it easy to specify the C++ standard
to use (somehow, Bazel doesn't). C++14 doesn't support deducing
the template arguments for std::array. But it seems like there's
only one place that needs to be changed to make a C++14 build
work ok.
0 commit comments