MSVC 6.0 SP5: INTERNAL COMPILER ERROR
Arghhhh....
c:\Development\Libraries\boost\boost_1_30_0\boost\iterator_adaptors.hpp(872)
: fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1794)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more
information
c:\Development\Libraries\boost\boost_1_30_0\boost\date_time\date_parsing.hpp
(27) : see reference to class template instantiation
'boost::iterator_adaptor
,class std::basic_string
,class std::basic_string const &,class std::basic_string const *,struct std::forward_iterator_tag,int>' being compiled
Upgrade your MS compiler or switch to the Intel compiler (works well inside
Visual Studio 6 and is significantly less expensive than upgrading to the
new MS toolset). Those are your best options IMHO. MSVC 6 doesn't cut the
mustard for development with the Boost libs.
"Peter"
Arghhhh....
c:\Development\Libraries\boost\boost_1_30_0\boost\iterator_adaptors.hpp(872)
: fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information
c:\Development\Libraries\boost\boost_1_30_0\boost\date_time\date_parsing.hpp
(27) : see reference to class template instantiation 'boost::iterator_adaptor
,class boost::detail::tokenizer_policy ,class boost::char_delimiters_separator ,class std::basic_string
,class std::basic_string const &,class std::basic_string const *,struct std::forward_iterator_tag,int>' being compiled Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
"Chris Russell"
Upgrade your MS compiler or switch to the Intel compiler (works well inside Visual Studio 6 and is significantly less expensive than upgrading to the new MS toolset). Those are your best options IMHO. MSVC 6 doesn't cut the mustard for development with the Boost libs.
We're getting better at working around its shortcomings. The new sandbox iterator adaptors, when the date-time lib starts using them, are unlikely to provoke this problem. -- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (3)
-
Chris Russell
-
David Abrahams
-
Peter