<div dir="ltr">Hi all,<div><br></div><div><a href="https://stackoverflow.com/questions/51929037/llvm-coding-style-regarding-consecutive-angle-brackets-in-templates?noredirect=1#comment90813882_51929037">This SO post</a> is regarding the status of consecutive angle brackets in templates.</div><div>I'm writing here too, hoping to get a certified answer.</div><div><br></div><div>Since it is legal to write:</div><div><br></div><div>    vector<vector<float>> MyMatrix;</div><div><div style="font-size:small;text-decoration-style:initial;text-decoration-color:initial"><br></div><div style="font-size:small;text-decoration-style:initial;text-decoration-color:initial">and not just:</div><div style="font-size:small;text-decoration-style:initial;text-decoration-color:initial"><br></div><div style="font-size:small;text-decoration-style:initial;text-decoration-color:initial">    // vector<vector<float> > MyMatrix;</div><br></div><div>I was somewhat surprised to find many > > patterns when grepping llvm 6.0.0.</div><div><b><br></b></div><div><b>What are the considerations against sed-replacing all > > with >>?</b></div><div><br></div><div>Is it only the "don't fix it if it's not broken" consideration?</div><div>Thanks!</div></div>