| commit | 997a391466504e5d40929b6e8af88a054f44ab3d | [log] [tgz] |
|---|---|---|
| author | Eric Fiselier <eric@efcs.ca> | Fri May 26 03:02:54 2017 +0000 |
| committer | Eric Fiselier <eric@efcs.ca> | Fri May 26 03:02:54 2017 +0000 |
| tree | d04b5b9bcbcb91f606dbd3151ff32a9029903cee | |
| parent | a911cb4ec81fade856c2f4194129b1e267e8329e [diff] |
Get <experimental/coroutine> working in C++03. Clang supports coroutines in all dialects; Therefore libc++ should too, otherwise the Clang extension is unusable. I'm not convinced extending support to C++03 is a feasible long term plan, since as the library grows to offer things like generators it will be come increasingly difficult to limit the implementation to C++03. However for the time being supporting C++03 isn't a big deal. llvm-svn: 303963