📄 vcnet.log
字号:
Compiled with CC = cl2 /nologo
INCLUDE = E:\MICROS~1.NET\VC7\ATLMFC\INCLUDE;E:\MICROS~1.NET\VC7\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 --- OK ---
7-6.cpp(10) : fatal error C1083: Cannot open include file: 'boost/smart_ptr.hpp': No such file or directory
8-1.cpp
8-2.cpp ---- on purpose ----
E:\Microsoft Visual Studio.NET\Vc7\include\vector(578) : error C2440: 'initializing' : cannot convert from 'const std::auto_ptr<_Ty>' to 'std::auto_ptr<_Ty>'
with
[
_Ty=Widget
]
and
[
_Ty=Widget
]
No copy constructor available for class 'std::auto_ptr<_Ty>'
with
[
_Ty=Widget
]
E:\Microsoft Visual Studio.NET\Vc7\include\vector(577) : while compiling class-template member function 'void std::vector<_Ty,_Ax>::_Insert_n(std::vector<_Ty,_Ax>::iterator,std::vector<_Ty,_Ax>::size_type,const _Ty &)'
with
[
_Ty=std::auto_ptr<Widget>,
_Ax=std::allocator<std::auto_ptr<Widget>>
]
8-2.cpp(34) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
with
[
_Ty=std::auto_ptr<Widget>,
_Ax=std::allocator<std::auto_ptr<Widget>>
]
9-1.cpp
9-2.cpp
9-3.cpp
9-4.cpp
10-1.cpp !!! --- still uses Charalloc ---------
E:\Microsoft Visual Studio.NET\Vc7\include\list(908) : error C2039: '_Charalloc' : is not a member of 'MyLib::SpecialAllocator<T>'
with
[
T=Widget
]
E:\Microsoft Visual Studio.NET\Vc7\include\list(891) : while compiling class-template member function 'std::list<_Ty,_Ax>::_Nodeptr std::list<_Ty,_Ax>::_Buynode(void)'
with
[
_Ty=Widget,
_Ax=SAW
]
10-1.cpp(37) : see reference to class template instantiation 'std::list<_Ty,_Ax>' being compiled
with
[
_Ty=Widget,
_Ax=SAW
]
11-1.cpp !!! --- still uses charalloc ------
E:\Microsoft Visual Studio.NET\Vc7\include\list(908) : error C2039: '_Charalloc' : is not a member of 'MyLib::SpecificHeapAllocator<T,Heap>'
with
[
T=Widget,
Heap=Heap2
]
E:\Microsoft Visual Studio.NET\Vc7\include\list(891) : while compiling class-template member function 'std::list<_Ty,_Ax>::_Nodeptr std::list<_Ty,_Ax>::_Buynode(void)'
with
[
_Ty=Widget,
_Ax=MyLib::SpecificHeapAllocator<Widget,Heap2>
]
11-1.cpp(92) : see reference to class template instantiation 'std::list<_Ty,_Ax>' being compiled
with
[
_Ty=Widget,
_Ax=MyLib::SpecificHeapAllocator<Widget,Heap2>
]
12-1.cpp
12-2.cpp
14-1.cpp
16-1.cpp
16-2.cpp
16-3.cpp
17-1.cpp
18-1.cpp
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 -------------
22-1.cpp(22) : error C2166: l-value specifies const object
22-1.cpp(30) : error C2166: l-value specifies const object
22-2.cpp
23-1.cpp
23-2.cpp
24-1.cpp
25-1.cpp
26-1.cpp
27-1.cpp
28-1.cpp
29-1.cpp
30-1.cpp
31-1.cpp
32-1.cpp
33-1.cpp ----------- OK ------------------
d:\books\estl\Code\smart_ptr.h(52) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
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
E:\Microsoft Visual Studio.NET\Vc7\include\numeric(25) : warning C4244: 'argument' : conversion from 'double' to 'const float', possible loss of data
37-4.cpp(83) : see reference to function template instantiation '_Ty std::accumulate(_InIt,_InIt,_Ty,_Fn2)' being compiled
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -