Browse Source

Support for zero length arrays

[SVN r34154]
Alisdair Meredith 20 years ago
parent
commit
e7ab218bb7
3 changed files with 5 additions and 3 deletions
  1. 1 1
      libs/array
  2. 2 1
      status/Jamfile
  3. 2 1
      status/Jamfile.v2

+ 1 - 1
libs/array

@@ -1 +1 @@
-Subproject commit b41f7fdebe598fc0a9a0f5f06edbaa6df251574e
+Subproject commit 8f10fdf27eef4653821be60bff1f5ef62febf6d3

+ 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号