Browse Source

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.
........


[SVN r53043]
Daniel James 17 years ago
parent
commit
8c7d59821b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/unordered

+ 1 - 1
libs/unordered

@@ -1 +1 @@
-Subproject commit 4e6b5de1962422e4969c40518ee00b1e9a8e1622
+Subproject commit f02cc7775daf4f00dfbe4dbbfba7561dc5519146

粤ICP备19079148号