mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
There seems to be some issue with std::array initialization brace elision with Clang: http://stackoverflow.com/questions/16985687/brace-elision-in-stdarray-initialization Sprinkle enough braces to make Clang happy.