- 论坛徽章:
- 0
|
e:\stl\stl_list.h(41) : error C2143: syntax error : missing ';' before ''template<''
e:\stl\stl_list.h(41) : error C2501: '__STL_BEGIN_NAMESPACE' : missing storage-class or type specifiers
e:\stl\stl_list.h(55) : error C2146: syntax error : missing ';' before identifier 'iterator_category'
e:\stl\stl_list.h(95) : see reference to class template instantiation '_List_iterator<_Tp,_Ref,_Ptr>' being compiled
e:\stl\stl_list.h(55) : error C2501: 'iterator_category' : missing storage-class or type specifiers
e:\stl\stl_list.h(95) : see reference to class template instantiation '_List_iterator<_Tp,_Ref,_Ptr>' being compiled
e:\stl\stl_list.h(101) : error C2146: syntax error : missing ';' before identifier 'iterator_category'
e:\stl\stl_list.h(101) : error C2433: 'bidirectional_iterator_tag' : 'inline' not permitted on data declarations
e:\stl\stl_list.h(101) : error C2501: 'bidirectional_iterator_tag' : missing storage-class or type specifiers
e:\stl\stl_list.h(101) : error C2059: syntax error : ';'
e:\stl\stl_list.h(101) : error C2065: '_Tp' : undeclared identifier
e:\stl\stl_list.h(101) : error C2065: '_Ref' : undeclared identifier
e:\stl\stl_list.h(101) : error C2065: '_Ptr' : undeclared identifier
e:\stl\stl_list.h(106) : error C2954: template definitions cannot nest
e:\stl\stl_list.h(221) : error C2143: syntax error : missing ';' before '<'
e:\stl\stl_list.h(227) : see reference to class template instantiation '_List_base<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(221) : error C2059: syntax error : '<'
e:\stl\stl_list.h(227) : see reference to class template instantiation '_List_base<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(221) : error C2238: unexpected token(s) preceding ';'
e:\stl\stl_list.h(227) : see reference to class template instantiation '_List_base<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(273) : error C2143: syntax error : missing ';' before '<'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(273) : error C2059: syntax error : '<'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(275) : error C2238: unexpected token(s) preceding ';'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(276) : error C2059: syntax error : '<'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(27 : error C2238: unexpected token(s) preceding ';'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(31 : error C2146: syntax error : missing ';' before identifier 'rbegin'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(31 : error C2501: 'reverse_iterator' : missing storage-class or type specifiers
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(319) : warning C4183: 'rbegin': member function definition looks like a ctor, but name does not match enclosing class
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(320) : error C2146: syntax error : missing ';' before identifier 'rbegin'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(320) : error C2501: 'const_reverse_iterator' : missing storage-class or type specifiers
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(321) : warning C4183: 'rbegin': member function definition looks like a ctor, but name does not match enclosing class
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(323) : error C2146: syntax error : missing ';' before identifier 'rend'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(323) : error C2501: 'reverse_iterator' : missing storage-class or type specifiers
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(324) : warning C4183: 'rend': member function definition looks like a ctor, but name does not match enclosing class
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(325) : error C2146: syntax error : missing ';' before identifier 'rend'
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(325) : error C2501: 'const_reverse_iterator' : missing storage-class or type specifiers
e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
麻烦大家给看一下哈,多数都是stl里面的错误,是不是哪调用出了毛病啊 |
|