Jelajahi Sumber

Support for zero length arrays

[SVN r34156]
Alisdair Meredith 20 tahun lalu
induk
melakukan
0933bd8028
3 mengubah file dengan 5 tambahan dan 3 penghapusan
  1. 1 1
      libs/array
  2. 2 1
      status/Jamfile
  3. 2 1
      status/Jamfile.v2

+ 1 - 1
libs/array

@@ -1 +1 @@
-Subproject commit 1f8298fb087b4c07efce300c489d7b08f6751e7d
+Subproject commit 276cd991f3e0e12442f12b7f249b02272f41973e

+ 2 - 1
status/Jamfile

@@ -102,7 +102,8 @@ subinclude libs/xpressive/test ;           # test-suite xpressive
         ;
 
     test-suite array
-        : [ run libs/array/array1.cpp ]
+        : [ run libs/array/array0.cpp ]
+          [ run libs/array/array1.cpp ]
           [ run libs/array/array2.cpp ]
           [ run libs/array/array3.cpp ]
           [ run libs/array/array4.cpp ]

+ 2 - 1
status/Jamfile.v2

@@ -113,7 +113,8 @@ build-project ../libs/xpressive/test ;         # test-suite xpressive
         ;
     
     test-suite array_suite # !!!
-        : [ run libs/array/array1.cpp ]
+        : [ run libs/array/array0.cpp ]
+          [ run libs/array/array1.cpp ]
           [ run libs/array/array2.cpp ]
           [ run libs/array/array3.cpp ]
           [ run libs/array/array4.cpp ]

粤ICP备19079148号