зеркало из https://github.com/microsoft/clang.git
Fix members to be public.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
333dfe94b9
Коммит
912b662aec
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче