[PATCH] Add an emplace(...) method to llvm::Optional<T>.

Jordan Rose jordan_rose at apple.com
Fri Sep 26 12:00:04 PDT 2014


I've omitted the std::experimental::optional overload that takes a std::initializer_list //and// additional arguments. We haven't yet found a use for it, and we can always add it later.

http://reviews.llvm.org/D5508






More information about the llvm-commits mailing list