Re: [C++ Patch] PR 58707
OK. Jason
[C++ Patch] PR 58707
Hi, in order to fix this parsing issue with '>' between square brackets, it seems we have simply to use the parser->greater_than_is_operator_p mechanism. Tested x86_64-linux. Thanks, Paolo. PS: Even if the testcase uses a constexpr array I don't think we need to special case c++11 vs c++98.