Eric Fiselier
fc647db3ee
Revert Add <optional>. Will recommit with better commit message
...
llvm-svn: 283978
2016-10-12 06:48:31 +00:00
Eric Fiselier
6ee4001cc9
Add <optional> header.
...
This patch is largely thanks to Casey Carter @ Microsoft. He did the initial
work of porting our experimental implementation and tests over to namespace
std.
llvm-svn: 283977
2016-10-12 06:45:11 +00:00
Marshall Clow
dfdac03c8f
Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS
...
llvm-svn: 194867
2013-11-15 22:42:10 +00:00
Howard Hinnant
e7d746d8b9
Implement N3672, optional<T>.
...
llvm-svn: 189772
2013-09-02 20:30:37 +00:00