mirror of
https://github.com/boostorg/array.git
synced 2025-07-30 04:37:21 +02:00
Add array_eq_test_cx.cpp
This commit is contained in:
@ -47,7 +47,7 @@ run array_eq_test.cpp ;
|
||||
run array_lt_test.cpp ;
|
||||
run array_get_test.cpp ;
|
||||
|
||||
#
|
||||
# C++11 constexpr
|
||||
|
||||
compile array_init_test_cx.cpp ;
|
||||
compile array_copy_test_cx.cpp ;
|
||||
@ -56,6 +56,10 @@ compile array_iterator_test_cx.cpp ;
|
||||
compile array_size_test_cx.cpp ;
|
||||
compile array_access_test_cx.cpp ;
|
||||
|
||||
# C++14 constexpr
|
||||
|
||||
compile array_eq_test_cx.cpp ;
|
||||
|
||||
#
|
||||
|
||||
run quick.cpp ;
|
||||
|
Reference in New Issue
Block a user