This should address the FIXME about clang3.9 dervied to base unique_ptr constructor not working.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It's something to do with the derived to base unique_ptr conversion not working properly with NRVO.
However removing the named variable should elide that, and as an added bonus it does look neater.