forked from OSchip/llvm-project
![]() Libc++ had an issue where nonsensical code like decltype(std::stringstream{} << std::vector<int>{}); would compile, as long as you kept the expression inside decltype in an unevaluated operand. This turned out to be that we didn't implement LWG1203, which clarifies what we should do in that case. rdar://58769296 |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
fuzzing | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
www | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
NOTES.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |