id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8796,posix_time.hpp and vc++6,ildar ,az_sw_dude,"Hi, I use visual c++ 6 SP5 and process pack and boost 1_34_1. When I try to compile : {{{ #include ""stdafx.h"" #include int main(int argc, char* argv[]) { return 0; } }}} I get some errors: Compiling... StdAfx.cpp Compiling... Boost_testq1.cpp d:\third\boost\include\boost-1_34_1\boost\date_time\time_parsing.hpp(59) : error C2899: typename cannot be used outside a template declaration d:\third\boost\include\boost-1_34_1\boost\date_time\time_parsing.hpp(145) : see reference to function template instantiation 'class boost::posix_time::time_duration __cdecl boost::date_time::str_from_delimited_time_duration(const class std:: basic_string,class std::allocator > &)' being compiled d:\third\boost\include\boost-1_34_1\boost\date_time\time_parsing.hpp(62) : error C2899: typename cannot be used outside a template declaration d:\third\boost\include\boost-1_34_1\boost\date_time\time_parsing.hpp(145) : see reference to function template instantiation 'class boost::posix_time::time_duration __cdecl boost::date_time::str_from_delimited_time_duration(const class std:: basic_string,class std::allocator > &)' being compiled d:\third\boost\include\boost-1_34_1\boost\date_time\time_parsing.hpp(63) : error C2899: typename cannot be used outside a template declaration d:\third\boost\include\boost-1_34_1\boost\date_time\time_parsing.hpp(145) : see reference to function template instantiation 'class boost::posix_time::time_duration __cdecl boost::date_time::str_from_delimited_time_duration(const class std:: basic_string,class std::allocator > &)' being compiled Error executing cl.exe. Boost_testq1.exe - 3 error(s), 0 warning(s) Thanks!",Bugs,closed,To Be Determined,date_time,Boost 1.34.1,Problem,wontfix,posix_time visual c++6,