Commit 84c4cc47 authored by Richard Smith's avatar Richard Smith
Browse files

Don't use "return {...}" to initialize a std::tuple. This has only been valid

since 2015 (n4387), though it's allowed by a library DR so new implementations
accept it in their C++11 modes...

This should unbreak the build with libstdc++ 4.9.

llvm-svn: 279583
parent 418237be
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