Support for zero length arrays

[SVN r34156]
This commit is contained in:
Alisdair Meredith 2006-06-03 13:04:27 +00:00
parent 9edcd08711
commit 0933bd8028
3 changed files with 5 additions and 3 deletions

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

View file

@ -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 ]

View file

@ -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 ]