Procházet zdrojové kódy

Misc. unordered changes. Fixes #3082, #3119.

Merged revisions 53505-53506,53525,53550,53552,53614 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r53505 | danieljames | 2009-05-31 16:50:56 +0100 (Sun, 31 May 2009) | 1 line
  
  Disable incorrect Visual C++ 64-bit warnings. Ref #3082.
........
  r53506 | danieljames | 2009-05-31 16:53:09 +0100 (Sun, 31 May 2009) | 1 line
  
  Remove misplaced visual C++ warning pragma.
........
  r53525 | danieljames | 2009-06-01 07:50:37 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Fix tests for when the library has support for initializer lists but the compiler doesn't.
........
  r53550 | danieljames | 2009-06-01 20:17:49 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Get the type of the initializer_list right.
........
  r53552 | danieljames | 2009-06-01 20:22:27 +0100 (Mon, 01 Jun 2009) | 1 line
  
  Fix the unordered_map declaration in the tutorial. Fixes #3119.
........
  r53614 | danieljames | 2009-06-03 23:48:49 +0100 (Wed, 03 Jun 2009) | 1 line
  
  The move tests pass on 64 bit visual c++.
........


[SVN r53687]
Daniel James před 17 roky
rodič
revize
b4d50b6b65
3 změnil soubory, kde provedl 8 přidání a 3 odebrání
  1. 1 1
      libs/functional
  2. 1 1
      libs/unordered
  3. 6 1
      status/explicit-failures-markup.xml

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit 697c7f95dd02af02c1f1b4c7554c34fa9d15a6bd
+Subproject commit f59992a3f7a08e8b481799fe18e09fbbcc70a432

+ 1 - 1
libs/unordered

@@ -1 +1 @@
-Subproject commit 9c435336552edd2ceefec6f61c209f575a071c0f
+Subproject commit 241316e0d96ab25f70f80dcfdfaa3ea9b14ac5ab

+ 6 - 1
status/explicit-failures-markup.xml

@@ -5750,7 +5750,12 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
     <library name="unordered">
       <mark-expected-failures>
         <test name="move_tests"/>
-        <toolset name="msvc-*"/>
+        <toolset name="msvc-6*"/>
+        <toolset name="msvc-7*"/>
+        <toolset name="msvc-8*"/>
+        <toolset name="msvc-9.0"/>
+        <toolset name="msvc-9.0express"/>
+        <toolset name="msvc-10.0"/>
         <toolset name="intel-win-10.1"/>
         <toolset name="borland-*"/>
         <toolset name="sun-*"/>

粤ICP备19079148号