Asiri Rathnayake
|
981986cdfc
|
[libcxx] Fix c++98 test failures.
Adds XFAIL/UNSUPPORTED lit tags as appropriate. Gets a clean test run
for -std=c++98 on Fedora 20.
NFC.
llvm-svn: 271741
|
2016-06-03 21:40:03 +00:00 |
|
Ben Craig
|
e83514a546
|
XFAILing new test on C++03
initializer_list doesn't exist in C++03.
llvm-svn: 266820
|
2016-04-19 21:07:30 +00:00 |
|
Ben Craig
|
8743f8ca24
|
Include initializer_list from utility
The C++11 and C++14 standards both say in the header <utility> synopsis that
<utility> shall include <initializer_list>.
llvm-svn: 266808
|
2016-04-19 20:13:55 +00:00 |
|