Vitalii Teslenko
Results
3
comments of
Vitalii Teslenko
I encountered the same error. No solution yet...
The only workaround I found is to create a variable explicitly specifying the registered type to avoid the conversion: `auto x = std_vector_string();` initialization is also works fine `auto x...
I fixed it like this.