--------------------Configuration: VdwLibs - Win32 WDM Checked--------------------
Compiling with DDK compiler...
kstl.cpp
..\..\Common\Include\stl\stl_iterator.h(51) : warning C4346: '_Container::value_type' : dependent name is not a type
prefix with 'typename' to indicate a type
..\..\Common\Include\stl\stl_iterator.h(58) : see reference to class template instantiation 'back_insert_iterator<_Container>' being compiled
..\..\Common\Include\stl\stl_iterator.h(51) : error C2061: syntax error : identifier 'value_type'文字
..\..\Common\Include\stl\stl_iterator.h(51) : error C2805: binary 'operator =' has too few parameters
..\..\Common\Include\stl\stl_iterator.h(51) : error
...
..\..\Common\Include\stl\stl_iterator.h(128) : error C2334: unexpected token(s) preceding ':'; skipping apparent function body
..\..\Common\Include\stl\stl_iterator.h(131) : warning C4346: '_Container::value_type' : dependent name is not a type
prefix with 'typename' to indicate a type
..\..\Common\Include\stl\stl_iterator.h(131) : error C2061: syntax error : identifier 'value_type'
..\..\Common\Include\stl\stl_iterator.h(131) : error C2805: binary 'operator =' has too few parameters
..\..\Common\Include\stl\stl_iterator.h(131) : error C2333: 'insert_iterator<_Container>::operator`='' : error in function declaration; skipping function body
..\..\Common\Include\stl\stl_alloc.h(308) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Generating Code...
Error executing cl.exe.