mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
std::array should have "the same semantics as a struct holding a C-style array T[N] as its only non-static data member", so the initialization should have one more level of braces. Hopefully, no compiler will object to that. llvm-svn: 258306