mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add sprout::string_ref
support conversion array-like container iterator to pointer
This commit is contained in:
parent
fa1d769bdf
commit
1ef8a6a63b
64 changed files with 1570 additions and 254 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "../libs/variant/test/variant.cpp"
|
||||
#include "../libs/algorithm/test/algorithm.cpp"
|
||||
#include "../libs/random/test/random.cpp"
|
||||
#include "../libs/utility/string_ref/test/string_ref.cpp"
|
||||
#include "../libs/cstring/test/cstring.cpp"
|
||||
|
||||
#ifdef TESTSPR_CPP_INCLUDE_DISABLE_TESTSPR_SPROUT_HPP
|
||||
|
@ -30,6 +31,7 @@ namespace testspr {
|
|||
testspr::variant_test();
|
||||
testspr::algorithm_test();
|
||||
testspr::random_test();
|
||||
testspr::string_ref_test();
|
||||
testspr::cstring_test();
|
||||
}
|
||||
} // namespace testspr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue