⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 borland.log

📁 effective stl 源代码 code
💻 LOG
字号:
Compiled with CC = bcc32 -w- -q
INCLUDE =

0.cpp:

2-1.cpp:

2-2.cpp:

2-3.cpp:

2-4.cpp:

2-5.cpp:

3-1.cpp:

4-1.cpp:

5-1.cpp:

5-2.cpp:

6-1.cpp:

7-1.cpp:

7-2.cpp:

7-3.cpp:

7-4.cpp:

7-5.cpp:

7-6.cpp:

8-1.cpp:

8-2.cpp: --------On-Purpose Error----------
Error E2015 e:\bcc55\include\memory.stl 860: Ambiguity between 'auto_ptr<Widget>::operator auto_ptr<Widget>::auto_ptr_ref<Widget>()' and 'auto_ptr<Widget>::auto_ptr_ref<Widget>::auto_ptr_ref(auto_ptr<Widget> &)' in function auto_ptr<Widget>::operator auto_ptr<Widget>::auto_ptr_ref<Widget>()
Error E2285 e:\bcc55\include\vector.cc 118: Could not find a match for 'auto_ptr<Widget>::operator =(const auto_ptr<Widget>)' in function vector<auto_ptr<Widget>,allocator<auto_ptr<Widget> > >::__insert_aux(auto_ptr<Widget> *,const auto_ptr<Widget> &)
Error E2015 e:\bcc55\include\memory.stl 860: Ambiguity between 'auto_ptr<Widget>::operator auto_ptr<Widget>::auto_ptr_ref<Widget>()' and 'auto_ptr<Widget>::auto_ptr_ref<Widget>::auto_ptr_ref(auto_ptr<Widget> &)' in function auto_ptr<Widget>::operator auto_ptr<Widget>::auto_ptr_ref<Widget>()
*** 3 errors in Compile ***

9-1.cpp:

9-2.cpp:

9-3.cpp:

9-4.cpp:

10-1.cpp:
Error E2434 e:\bcc55\include\rw/string_r.h 194: Template declaration missing template parameters ('template<...>') in function __string_ref<char,std::char_traits<char>,std::allocator<char> >::__references() const
Error E2434 e:\bcc55\include\rw/string_r.h 216: Template declaration missing template parameters ('template<...>') in function __string_ref<char,std::char_traits<char>,std::allocator<char> >::__addReference()
Error E2434 e:\bcc55\include\rw/string_r.h 216: Template declaration missing template parameters ('template<...>') in function __string_ref<char,std::char_traits<char>,std::allocator<char> >::__addReference()
*** 3 errors in Compile ***

11-1.cpp:

12-1.cpp:

12-2.cpp:

14-1.cpp:

16-1.cpp:

16-2.cpp:

16-3.cpp:

17-1.cpp: ------------- fixed ---------------
Error E2451 17-1.cpp 42: Undefined symbol 'i' in function main()
*** 1 errors in Compile ***

18-1.cpp: --------- on purpose ----------------
Error E2034 18-1.cpp 25: Cannot convert 'vector<allocator<bool> >::reference *' to 'bool *' in function main()
*** 1 errors in Compile ***

19-1.cpp:

20-1.cpp:

20-2.cpp:

21-1.cpp:

21-2.cpp: 

21-3.cpp:

21-4.cpp:

22-1.cpp:----------- On-purpose Error! ------------------------
Error E2024 22-1.cpp 22: Cannot modify a const object in function main()
Error E2024 22-1.cpp 30: Cannot modify a const object in function main()
*** 2 errors in Compile ***

22-2.cpp:

23-1.cpp:

23-2.cpp:

24-1.cpp:

25-1.cpp: ----------- OK ----------------
Error E2209 25-1.cpp 7: Unable to open include file 'hash_set'
Error E2451 25-1.cpp 23: Undefined symbol 'hash_set' in function main()
Error E2188 25-1.cpp 23: Expression syntax in function main()
Error E2451 25-1.cpp 25: Undefined symbol 'intTable' in function main()
Error E2285 25-1.cpp 25: Could not find a match for 'printContainer(char *,undefined)' in function main()
*** 5 errors in Compile ***

26-1.cpp: -------------- on purpose ------------------
Error E2094 26-1.cpp 30: 'operator==' not implemented in type 'deque<int,allocator<int> >::iterator' for arguments of type 'deque<int,allocator<int> >::const_iterator' in function main()
*** 1 errors in Compile ***

27-1.cpp:

28-1.cpp:

29-1b.cpp:

30-1.cpp:

31-1.cpp:

32-1.cpp:

33-1.cpp:

34-1.cpp:

35-1.cpp:

35-2.cpp:

35-3.cpp:

36-1.cpp:

37-1.cpp:

37-2.cpp:

37-3.cpp:

37-4.cpp:

38-1.cpp:

39-1.cpp:

40-1.cpp:

41-1.cpp:

42-1.cpp:

43-1.cpp:

43-2.cpp:

44-1.cpp:

45-1.cpp:

45-2.cpp:

46-1.cpp:
Error E2034 46-1.cpp 90: Cannot convert 'greater<double>' to 'bool (*)(double,double)' in function main()
Error E2342 46-1.cpp 90: Type mismatch in parameter 'comp' (wanted 'bool (*)(double,double)', got 'greater<double>') in function main()
*** 2 errors in Compile ***

47-1.cpp:

48-1.cpp:

49-1.cpp: ------------ on purpose --------------------
Error E2285 e:\bcc55\include\algorith.cc 422: Could not find a match for 'ostream_iterator<string,char,char_traits<char> >::operator =(string *)' in function copy<string * *,ostream_iterator<string,char,char_traits<char> > >(string * *,string * *,ostream_iterator<string,char,char_traits<char> >)
Error E2093 e:\bcc55\include\algorith.cc 1004: 'operator-' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of the same type in function __final_insertion_sort<list<int,allocator<int> >::iterator>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator)
Error E2094 e:\bcc55\include\algorith.cc 1006: 'operator+' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of type 'int' in function __final_insertion_sort<list<int,allocator<int> >::iterator>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator)
Error E2285 e:\bcc55\include\algorith.cc 1006: Could not find a match for 'std::__insertion_sort<RandomAccessIterator>(list<int,allocator<int> >::iterator,undefined)' in function __final_insertion_sort<list<int,allocator<int> >::iterator>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator)
Error E2094 e:\bcc55\include\algorith.cc 1007: 'operator+' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of type 'int' in function __final_insertion_sort<list<int,allocator<int> >::iterator>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator)
Error E2285 e:\bcc55\include\algorith.cc 1007: Could not find a match for 'std::__unguarded_insertion_sort<RandomAccessIterator>(undefined,list<int,allocator<int> >::iterator)' in function __final_insertion_sort<list<int,allocator<int> >::iterator>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator)
Error E2094 e:\bcc55\include\algorith.cc 971: 'operator+' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of type 'int' in function __insertion_sort<list<int,allocator<int> >::iterator>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator)
Error E2094 e:\bcc55\include\algorith.h 711: 'operator+' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of type 'int' in function __linear_insert<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2285 e:\bcc55\include\algorith.h 711: Could not find a match for 'copy_backward<BidirectionalIterator1,BidirectionalIterator2>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,undefined)' in function __linear_insert<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2094 e:\bcc55\include\algorith.h 711: 'operator+' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of type 'int' in function __linear_insert<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2285 e:\bcc55\include\algorith.h 711: Could not find a match for 'copy_backward<BidirectionalIterator1,BidirectionalIterator2>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,undefined)' in function __linear_insert<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2093 e:\bcc55\include\algorith.cc 901: 'operator-' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of the same type in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2093 e:\bcc55\include\algorith.cc 904: 'operator-' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of the same type in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2094 e:\bcc55\include\algorith.cc 905: 'operator-' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of type 'int' in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2285 e:\bcc55\include\algorith.cc 905: Could not find a match for 'std::__median<T>(int,undefined,undefined)' in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2285 e:\bcc55\include\algorith.cc 905: Could not find a match for 'std::__unguarded_partition<RandomAccessIterator,T>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,undefined)' in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2093 e:\bcc55\include\algorith.cc 906: 'operator-' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of the same type in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
Error E2093 e:\bcc55\include\algorith.cc 906: 'operator-' not implemented in type 'list<int,allocator<int> >::iterator' for arguments of the same type in function __quick_sort_loop_aux<list<int,allocator<int> >::iterator,int>(list<int,allocator<int> >::iterator,list<int,allocator<int> >::iterator,int *)
*** 18 errors in Compile ***

50-1.cpp:

50-2.cpp:

50-3.cpp: ------------ on purpose ----------------
Error E2350 e:\bcc55\include\function.h 322: Cannot define a pointer or reference to a reference in function main()
Error E2285 e:\bcc55\include\function.h 338: Could not find a match for 'binder2nd<mem_fun1_t<int,Widget,istream &> >::binder2nd(binder2nd<mem_fun1_t<int,Widget,istream &> >&)' in function bind2nd<mem_fun1_t<int,Widget,istream &>,istream>(const mem_fun1_t<int,Widget,istream &> &,const istream &)
Error E2450 e:\bcc55\include\algorith.cc 64: Undefined structure 'binder2nd<mem_fun1_t<int,Widget,istream &> >' in function for_each<Widget * *,binder2nd<mem_fun1_t<int,Widget,istream &> > >(Widget * *,Widget * *,binder2nd<mem_fun1_t<int,Widget,istream &> >)
Error E2450 e:\bcc55\include\algorith.cc 64: Undefined structure 'binder2nd<mem_fun1_t<int,Widget,istream &> >' in function for_each<Widget * *,binder2nd<mem_fun1_t<int,Widget,istream &> > >(Widget * *,Widget * *,binder2nd<mem_fun1_t<int,Widget,istream &> >)
Error E2285 e:\bcc55\include\algorith.cc 66: Could not find a match for 'binder2nd<mem_fun1_t<int,Widget,istream &> >::binder2nd(binder2nd<mem_fun1_t<int,Widget,istream &> >&)' in function for_each<Widget * *,binder2nd<mem_fun1_t<int,Widget,istream &> > >(Widget * *,Widget * *,binder2nd<mem_fun1_t<int,Widget,istream &> >)
Error E2450 e:\bcc55\include\function.h 336: Undefined structure 'binder2nd<mem_fun1_t<int,Widget,istream &> >' in function bind2nd<mem_fun1_t<int,Widget,istream &>,istream>(const mem_fun1_t<int,Widget,istream &> &,const istream &)
Error E2285 e:\bcc55\include\function.h 338: Could not find a match for 'binder2nd<mem_fun1_t<int,Widget,istream &> >::binder2nd(binder2nd<mem_fun1_t<int,Widget,istream &> >&)' in function bind2nd<mem_fun1_t<int,Widget,istream &>,istream>(const mem_fun1_t<int,Widget,istream &> &,const istream &)
*** 7 errors in Compile ***

a-1.cpp:

b-1.cpp:
Error E2102 b-1.cpp 24: Cannot use template 'iterator<Category,T,Distance,Pointer,Reference>' without specifying specialization parameters
Error E2293 b-1.cpp 24: ) expected
*** 2 errors in Compile ***

b-2.cpp:
Error E2102 b-2.cpp 24: Cannot use template 'iterator<Category,T,Distance,Pointer,Reference>' without specifying specialization parameters
Error E2293 b-2.cpp 24: ) expected
*** 2 errors in Compile ***

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -