Add space inbetween multiple closing template brackets
Chlumsky opened this issue · 1 comments
Chlumsky commented
Some compilers may have problems with expressions such as std::vector<std::vector<int>>(orig) due to potentially interpreting the two closing brackets as a shift operator. To maximize portability of generated code, it should be ensured that a space is added in such scenarios.