Skip to content
Snippets Groups Projects
Commit d26d2332 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[cleanup] Make initialization consistent for all make_array implementations

While the following is legal c++11

  array<T,n> foo = { t1, t2, ...}

older compilers (namely gcc-4.4) issue a warning on missing braces.
parent f248aa8a
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment