X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fstring.hpp;h=a60d328b17a2381cdbb79e7206055cf7afb40c11;hb=1857b8b7b9c015f917a05e2e1f75c31253855c90;hp=c79fef26182088ba1722f2897ce146f41b97cf90;hpb=3481bbb3f9e4f98c7b984b0f77ebeb468a7d486b;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; +}