mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Support for zero length arrays
[SVN r34156]
This commit is contained in:
parent
9edcd08711
commit
0933bd8028
3 changed files with 5 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 1f8298fb087b4c07efce300c489d7b08f6751e7d
|
||||
Subproject commit 276cd991f3e0e12442f12b7f249b02272f41973e
|
|
@ -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 ]
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue