Add minimal support for Array<string>, and fix Tensor<string>

This commit is contained in:
Gael Guennebaud
2016-07-25 14:25:56 +02:00
parent 4184a3e544
commit 9908020d36
4 changed files with 54 additions and 5 deletions

View File

@@ -260,6 +260,7 @@ ei_add_test(ctorleak)
ei_add_test(mpl2only)
ei_add_test(inplace_decomposition)
ei_add_test(half_float)
ei_add_test(array_of_string)
add_executable(bug1213 bug1213.cpp bug1213_main.cpp)