This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Blitz on cygwin: tests pass but example random.cpp fails
On Wed, Apr 24, 2002 at 11:07:33PM +1000, Billinghurst, David (CRTS) wrote:
> Finally managed to build and test blitz with 3.1 on cygwin.
>
> All the tests pass, which is great.
>
> One example, random.cpp, fails. The compiler output is below.
> I will provide further details if required. I may even be able
> to produce a smaller test case, but not tonight.
>
> g++ -ftemplate-depth-30 -g -DBZ_DEBUG -I./.. -c ./random.cpp
> In file included from ../random/default.h:4,
> from ../random/uniform.h:4,
> from random.cpp:5:
> ../random/mt.h: In member function `void
> ranlib::MersenneTwister::initialize()':
> ../random/mt.h:98: no match for `__gnu_cxx::__normal_iterator<unsigned int*,
> std::vector<unsigned int, std::allocator<unsigned int> > >& = unsigned int*'
> operator
Without looking at the code, I would guess it is missing the needed
sequence "&*" at a particular point.
Nathan Myers
ncm at cantrip dot org