mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 20:27:21 +02:00
Add array_typedef_test.cpp
This commit is contained in:
@ -7,6 +7,8 @@ import testing ;
|
||||
import-search /boost/config/checks ;
|
||||
import config : requires ;
|
||||
|
||||
#
|
||||
|
||||
run array0.cpp ;
|
||||
run array1.cpp ;
|
||||
run array2.cpp ;
|
||||
@ -24,4 +26,10 @@ compile-fail array_getfail2.cpp ;
|
||||
run array_hash.cpp
|
||||
: : : [ requires cxx11_noexcept ] ;
|
||||
|
||||
#
|
||||
|
||||
run array_typedef_test.cpp ;
|
||||
|
||||
#
|
||||
|
||||
run quick.cpp ;
|
||||
|
Reference in New Issue
Block a user