std::initializer_list is not safe to return from a function, as copies are not...
std::initializer_list is not safe to return from a function, as copies are not guaranteed to extend the lifetime of the underlying storage llvm-svn: 246597
Loading
Please sign in to comment