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

📄 dinkum.log

📁 effective stl 源代码 code
💻 LOG
字号:
Compiled with CC = call sxl
INCLUDE = e:\SXL\INCLUDE;e:\VC98\ATL\INCLUDE;e:\VC98\INCLUDE;e:\VC98\MFC\INCLUDE;

     ****** STL Err0r Decryption is ON! ******
0.cpp

     ****** STL Err0r Decryption is ON! ******
2-1.cpp

     ****** STL Err0r Decryption is ON! ******
2-2.cpp

     ****** STL Err0r Decryption is ON! ******
2-3.cpp

     ****** STL Err0r Decryption is ON! ******
2-4.cpp

     ****** STL Err0r Decryption is ON! ******
2-5.cpp

     ****** STL Err0r Decryption is ON! ******
3-1.cpp

     ****** STL Err0r Decryption is ON! ******
4-1.cpp

     ****** STL Err0r Decryption is ON! ******
5-1.cpp

     ****** STL Err0r Decryption is ON! ******
5-2.cpp

     ****** STL Err0r Decryption is ON! ******
6-1.cpp

     ****** STL Err0r Decryption is ON! ******
7-1.cpp

     ****** STL Err0r Decryption is ON! ******
7-2.cpp

     ****** STL Err0r Decryption is ON! ******

7-3.cpp OK(?) ---- OK ----- VC++ bug
7-3.cpp(22) : error C2665: 'delete' : none of the 3 overloads can convert parameter 1 from type 'const Widget *'
        7-3.cpp(22) : while compiling class-template member function 'void DeleteObject<Widget>::operator ()(const Widget *) const'

     ****** STL Err0r Decryption is ON! ******
7-4.cpp

     ****** STL Err0r Decryption is ON! ******
7-5.cpp

     ****** STL Err0r Decryption is ON! ******

7-6.cpp ------OK----- configure for Boost first
7-6.cpp(10) : fatal error C1083: Cannot open include file: 'boost/smart_ptr.hpp': No such file or directory

     ****** STL Err0r Decryption is ON! ******
8-1.cpp

     ****** STL Err0r Decryption is ON! ******

8-2.cpp --------On-Purpose Error----------
e:\SXL\INCLUDE\vector(580) : error C2440: 'initializing' : cannot convert from 'const auto_ptr<Widget>' to 'auto_ptr<Widget>'
        No copy constructor available for 'auto_ptr<Widget>'
        e:\SXL\INCLUDE\vector(579) : while compiling class-template member function 'void vector<auto_ptr<Widget>>::_Insert_n(_Ptrit<auto_ptr<Widget>,int,auto_ptr<Widget> *,auto_ptr<Widget> &,auto_ptr<Widget> *,auto_ptr<Widget> &>,unsigned int,const auto_ptr<Widget> &)'

     ****** STL Err0r Decryption is ON! ******
9-1.cpp

     ****** STL Err0r Decryption is ON! ******
9-2.cpp

     ****** STL Err0r Decryption is ON! ******
9-3.cpp

     ****** STL Err0r Decryption is ON! ******
9-4.cpp

     ****** STL Err0r Decryption is ON! ******

10-1.cpp ------ Noted. MSVC bug (works w/STLPort) -------------
e:\SXL\INCLUDE\list(821) : error C2039: '_Charalloc' : is not a member of 'SpecialAllocator<Widget>'
e:\SXL\INCLUDE\list(819) : while compiling class-template member function 'list<Widget,MyLib::SpecialAllocator<Widget>>::_Node *list<Widget,MyLib::SpecialAllocator<Widget>>::_Buynode(void)'

     ****** STL Err0r Decryption is ON! ******
11-1.cpp --------- Fixed (still requires STLPort, though) -------
11-1.cpp(19) : error C2146: syntax error : missing ';' before identifier 'allocate'
11-1.cpp(19) : error C2501: 'pointer' : missing storage-or type specifiers
11-1.cpp(19) : error C2061: syntax error : identifier 'size_type'
11-1.cpp(22) : warning C4183: 'allocate': member function definition looks like a ctor,ut name does not match enclosing class
11-1.cpp(24) : error C2061: syntax error : identifier 'pointer'

     ****** STL Err0r Decryption is ON! ******
12-1.cpp

     ****** STL Err0r Decryption is ON! ******
12-2.cpp

     ****** STL Err0r Decryption is ON! ******
14-1.cpp

     ****** STL Err0r Decryption is ON! ******
16-1.cpp

     ****** STL Err0r Decryption is ON! ******
16-2.cpp

     ****** STL Err0r Decryption is ON! ******
16-3.cpp

     ****** STL Err0r Decryption is ON! ******
17-1.cpp

     ****** STL Err0r Decryption is ON! ******
18-1.cpp

     ****** STL Err0r Decryption is ON! ******
19-1.cpp

     ****** STL Err0r Decryption is ON! ******

19-1a.cpp ------- OK now. Had to update new version of code ---------------
19-1a.cpp(42) : error C2270: '<Unknown>' : modifiers not allowed on nonmember functions
19-1a.cpp(42) : error C2091: function returns function

     ****** STL Err0r Decryption is ON! ******
20-1.cpp

     ****** STL Err0r Decryption is ON! ******

20-2.cpp ---------- reslved ----------------
20-2.cpp(80) : error C2440: 'initializing' : cannot convert from 'set<string *>::IT' to 'set<string *>::const_IT'
        No constructor could take the source type, or constructor overload resolution was ambiguous
20-2.cpp(81) : error C2679: binary '!=' : no operator defined which takes a right-hand operand of type 'set<string *>::IT' (or there is no acceptable conversion)

     ****** STL Err0r Decryption is ON! ******
21-1.cpp

     ****** STL Err0r Decryption is ON! ******

21-2.cpp ------------- resolved ------------------------
21-2.cpp(44) : error C2440: 'initializing' : cannot convert from 'set<string *>::IT' to 'set<string *>::const_IT'
        No constructor could take the source type, or constructor overload resolution was ambiguous
21-2.cpp(45) : error C2679: binary '!=' : no operator defined which takes a right-hand operand of type 'set<string *>::IT' (or there is no acceptable conversion)

     ****** STL Err0r Decryption is ON! ******

21-3.cpp -------------- resolved -------------------------
21-3.cpp(42) : error C2440: 'initializing' : cannot convert from 'set<string *>::IT' to 'set<string *>::const_IT'
        No constructor could take the source type, or constructor overload resolution was ambiguous
21-3.cpp(43) : error C2679: binary '!=' : no operator defined which takes a right-hand operand of type 'set<string *>::IT' (or there is no acceptable conversion)

     ****** STL Err0r Decryption is ON! ******
21-4.cpp

     ****** STL Err0r Decryption is ON! ******

22-1.cpp ----------- On-purpose Error! ------------------------
22-1.cpp(22) : error C2166: l-value specifies const object
22-1.cpp(30) : error C2166: l-value specifies const object

     ****** STL Err0r Decryption is ON! ******
22-2.cpp

     ****** STL Err0r Decryption is ON! ******
23-1.cpp

     ****** STL Err0r Decryption is ON! ******
23-2.cpp

     ****** STL Err0r Decryption is ON! ******
24-1.cpp

     ****** STL Err0r Decryption is ON! ******
25-1.cpp

     ****** STL Err0r Decryption is ON! ******
26-1.cpp

     ****** STL Err0r Decryption is ON! ******
27-1.cpp

     ****** STL Err0r Decryption is ON! ******
28-1.cpp

     ****** STL Err0r Decryption is ON! ******
29-1.cpp

     ****** STL Err0r Decryption is ON! ******
30-1.cpp

     ****** STL Err0r Decryption is ON! ******

31-1.cpp

     ****** STL Err0r Decryption is ON! ******
32-1.cpp

     ****** STL Err0r Decryption is ON! ******
33-1.cpp ------------ OK with Boost --------------------
smart_ptr.h(52) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory

     ****** STL Err0r Decryption is ON! ******
34-1.cpp

     ****** STL Err0r Decryption is ON! ******
35-1.cpp

     ****** STL Err0r Decryption is ON! ******
35-2.cpp

     ****** STL Err0r Decryption is ON! ******
35-3.cpp

     ****** STL Err0r Decryption is ON! ******
36-1.cpp

     ****** STL Err0r Decryption is ON! ******

37-1.cpp ---- fixed -------
e:\SXL\INCLUDE\numeric(23) : warning C4244: '=' : conversion from 'double' to 'int',ossible loss of data
        37-1.cpp(25) : see reference to function template instantiation 'int accumulate(IT,IT,int)' being compiled

     ****** STL Err0r Decryption is ON! ******
37-2.cpp

     ****** STL Err0r Decryption is ON! ******

37-3.cpp ---- overhauling? -------
37-3.cpp(82) : warning C4244: 'initializing' : conversion from 'double' to 'float',ossible loss of data
e:\SXL\INCLUDE\numeric(32) : warning C4244: 'argument' : conversion from 'double' to 'const float',ossible loss of data
        37-3.cpp(82) : see reference to function template instantiation 'double accumulate(_Ptrit<float,int,float *,float &,float *,float &>,_Ptrit<float,int,float *,float &,float *,float &>,double,multiplies<float>)' being compiled

     ****** STL Err0r Decryption is ON! ******

37-4.cpp ------- overhauling? -------
37-4.cpp(83) : warning C4244: 'initializing' : conversion from 'double' to 'float',ossible loss of data
e:\SXL\INCLUDE\numeric(32) : warning C4244: 'argument' : conversion from 'double' to 'const float',ossible loss of data
        37-4.cpp(83) : see reference to function template instantiation 'double accumulate(_Ptrit<float,int,float *,float &,float *,float &>,_Ptrit<float,int,float *,float &,float *,float &>,double,multiplies<float>)' being compiled

     ****** STL Err0r Decryption is ON! ******
38-1.cpp

     ****** STL Err0r Decryption is ON! ******
39-1.cpp

     ****** STL Err0r Decryption is ON! ******
40-1.cpp

     ****** STL Err0r Decryption is ON! ******
41-1.cpp

     ****** STL Err0r Decryption is ON! ******
42-1.cpp

     ****** STL Err0r Decryption is ON! ******
43-1.cpp

     ****** STL Err0r Decryption is ON! ******
43-2.cpp

     ****** STL Err0r Decryption is ON! ******
44-1.cpp

     ****** STL Err0r Decryption is ON! ******
45-1.cpp

     ****** STL Err0r Decryption is ON! ******
45-2.cpp

     ****** STL Err0r Decryption is ON! ******
46-1.cpp

     ****** STL Err0r Decryption is ON! ******
47-1.cpp

     ****** STL Err0r Decryption is ON! ******
48-1.cpp

     ****** STL Err0r Decryption is ON! ******

49-1.cpp ------------- On Purpose -------------------------
e:\SXL\INCLUDE\algorithm(1796) : error C2784: 'unsigned int operator -(const reverse_IT<_RanIt> &,const reverse_IT<_RanIt> &)' : could not deduce template argument for 'const reverse_IT<_RanIt> &' from 'IT'
        49-1.cpp(44) : see reference to function template instantiation 'void sort(IT,IT)' being compiled
e:\SXL\INCLUDE\algorithm(1796) : error C2784: 'unsigned int operator -(const reverse_IT<_RanIt> &,const reverse_IT<_RanIt> &)' : could not deduce template argument for 'const reverse_IT<_RanIt> &' from 'IT'
        49-1.cpp(44) : see reference to function template instantiation 'void sort(IT,IT)' being compiled
e:\SXL\INCLUDE\algorithm(1796) : error C2784: 'unsigned int operator -(const reverse_IT<_RanIt> &,const reverse_IT<_RanIt> &)' : could not deduce template argument for 'const reverse_IT<_RanIt> &' from 'IT'
        49-1.cpp(44) : see reference to function template instantiation 'void sort(IT,IT)' being compiled
e:\SXL\INCLUDE\algorithm(1796) : error C2784: 'unsigned int operator -(const reverse_IT<_RanIt> &,const reverse_IT<_RanIt> &)' : could not deduce template argument for 'const reverse_IT<_RanIt> &' from 'IT'
        49-1.cpp(44) : see reference to function template instantiation 'void sort(IT,IT)' being compiled
e:\SXL\INCLUDE\algorithm(1796) : error C2676: binary '-' : 'list<int>::IT' does not define this operator or a conversion to a type acceptable to the predefined operator
        49-1.cpp(44) : see reference to function template instantiation 'void sort(IT,IT)' being compiled
e:\SXL\INCLUDE\algorithm(1796) : error C2780: 'void _Sort(_RanIt,_RanIt,_Diff,_Pr)' : expects 4 arguments - 3 provided
        e:\SXL\INCLUDE\algorithm(1914) : see declaration of '_Sort'
        49-1.cpp(44) : see reference to function template instantiation 'void sort(IT,IT)' being compiled

     ****** STL Err0r Decryption is ON! ******
50-1.cpp --------- Needs SGI Library ---------------------------------
50-1.cpp(24) : error C2065: 'select1st' : undeclared identifier
50-1.cpp(24) : error C2275: 'map<int,string>::value_type' : illegal use of this type as an expression
50-1.cpp(24) : error C2059: syntax error : ')'
50-1.cpp(29) : error C2065: 'select2nd' : undeclared identifier
50-1.cpp(29) : error C2275: 'map<int,string>::value_type' : illegal use of this type as an expression
50-1.cpp(29) : error C2059: syntax error : ')'

     ****** STL Err0r Decryption is ON! ******
50-2.cpp

     ****** STL Err0r Decryption is ON! ******
50-3.cpp ------------ On purpose -----------
e:\SXL\INCLUDE\functional(311) : warning C4181: qualifier applied to reference type ignored
e:\SXL\INCLUDE\functional(310) : error C2529: '<Unknown>' : reference to reference is illegal

     ****** STL Err0r Decryption is ON! ******

a-1.cpp ----------- Doesn't compile with MSVC++ ---------------------
a-1.cpp(31) : error C2780: 'const _Facet &__cdecl use_facet(const locale &,const _Facet *)' : expects 2 arguments - 1 provided
        e:\SXL\INCLUDE\xlocale(315) : see declaration of 'use_facet'
a-1.cpp(31) : fatal error C1903: unable to recover from previous error(s); stopping compilation

     ****** STL Err0r Decryption is ON! ******
b-1.cpp

     ****** STL Err0r Decryption is ON! ******
b-2.cpp

⌨️ 快捷键说明

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