Opened 20 years ago

Closed 20 years ago

#118 closed Bugs (Fixed)

mersenne_twister misses header

Reported by: nobody Owned by: jmaurer
Milestone: Component: random
Version: None Severity:
Keywords: Cc:

Description

On my GCC 3.2 installation, the mersenne_twister.hpp 
fails to compile when <iterator> isn't previously 
included. This is the case in random_demo and 
random_test but not random_speed, so it slipped 
through the test suite.

Change History (1)

comment:1 by jmaurer, 20 years ago

Status: assignedclosed
Logged In: YES 
user_id=53943

This has been fixed in the 1.29 release branch.

The main branch has major rework and no longer
needs <iterator>, I think.
Note: See TracTickets for help on using tickets.