This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: TR1 unordered associative containers


On Feb 18, 2005, at 9:58 AM, R. D. Flowers wrote:

If this is supposed to be a list of SOME primes, no problem.

If it is supposed to be a list of ALL primes up to that size, YES a problem.

It is supposed to be a list of some primes less than 2^32. A list of all primes up to that size would be too large to be useful; the prime number theorem says that the list would have something like 190 million entries.


--Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]