Commit 6a871ff9 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

Always initialize pmem::obj::array using double braces.

Using single braces initialization is allowed by the standard (C++11 §8.5.1/11),
however older versions of gcc (up-to 5.5.0) do not properly elide braces and
emit error in this case.
parent 032899ca
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment