Changeset 53043

Timestamp:
May 16, 2009, 1:38:37 PM (13 years ago)
Author:
Daniel James
Message:

Long term fix for the incorrect length of prime list.

Merged revisions 52658,52669,52673,52711 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........

r52658 | danieljames | 2009-04-29 11:05:17 +0100 (Wed, 29 Apr 2009) | 1 line


Fix the length of the prime number list.

........

r52669 | danieljames | 2009-04-29 22:43:41 +0100 (Wed, 29 Apr 2009) | 3 lines


Don't test prime_list::length on Visual C++.


Checking the array size doesn't seem to work on it.

........

r52673 | danieljames | 2009-04-30 06:08:40 +0100 (Thu, 30 Apr 2009) | 1 line


Revert changes to unordered, as the test fails on most compilers.

........

r52711 | danieljames | 2009-05-01 21:50:32 +0100 (Fri, 01 May 2009) | 5 lines


Use a preprocessor sequence for the primes.


This feels like overkill but it seems to be the most reliable way to ensure
that the length is correct. I obviously can't be trusted to get it right, and
the template hack seems to prevent Boost.Range from working.

........

(No files)

Note: See TracChangeset for help on using the changeset viewer.