X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fstring.hpp;h=a60d328b17a2381cdbb79e7206055cf7afb40c11;hb=3dc31b013fe325e7c2f5946e37546d2b1a014509;hp=c79fef26182088ba1722f2897ce146f41b97cf90;hpb=694f0966e3980f448c0ca9f9504e6d065e35654f;p=m6w6%2Flibmemcached diff --git a/libtest/string.hpp b/libtest/string.hpp index c79fef26..a60d328b 100644 --- a/libtest/string.hpp +++ b/libtest/string.hpp @@ -29,3 +29,8 @@ #define test_literal_param_size util_literal_param_size #define test_string_make_from_cstr util_string_make_from_cstr #define test_array_length util_array_length + +namespace libtest { +typedef std::vector vchar_t; +typedef std::vector vchar_ptr_t; +}