Vitalii Teslenko

Results 3 comments of Vitalii Teslenko

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...