|
From: Luigi B. <lui...@gm...> - 2005-07-05 15:33:32
|
On 06/21/2005 03:12:12 PM, hav...@el... wrote:
>=20
> I'm having problems compiling the following lines of code with 0.3.9.
>=20
> typedef
> QuantLib::GenericLowDiscrepancy<QuantLib::RamdomizedLDS<QuantLib::SobolRs=
g,
>=20
> QuantLib::RandomSequenceGenerator<MersenneTwisterUniformRng> >,
>=20
> QuantLib::InverseCumulativeNormal> GaussianRLDSCumulative;
>=20
> GaussianRLDSCumulative::rsg_type gaussQuasiSeqGen2 =3D
>=20
> GaussianRLDSCumulative::make_sequence_generator(2*mTimeSteps,0);
Haavard,
I managed to compile the above once I added the 'QuantLib::' =20
qualification before the MersenneTwisterUniformRng class. Does the =20
problem persist after doing this? What compiler are you using?
Later,
Luigi
----------------------------------------
Flon's Law:
There is not now, and never will be, a language in
which it is the least bit difficult to write bad programs.
|