git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mike Stump 2009-11-16 19:48:50 +00:00
Родитель 333dfe94b9
Коммит 912b662aec
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,6 @@
namespace std {
class type_info {
public:
virtual ~type_info();
const char* name() const { return __name; }
bool operator==(const type_info& __arg) const {