$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2003-05-08 03:06:57
The following produces an internal compiler crash in MSVC 6.5
#include <set>
#include <boost/iterator_adaptors.hpp>
int main()
{
typedef std::set<int *> type0;
typedef boost::indirect_iterator_generator<
type0::iterator,const int>::type type1;
type0 s;
type1 it(s.begin());
return 0;
}
This happens for std::set only, using say std::vector instead works
fine.
Is some workaround known? TIA
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo