Description[Schema Compiler] Remove cpp_util.PadForGenerics()
Way back when, compilers couldn't handle
std::vector<std::unique_ptr<T>>, because they interpreted the double
>> as a stream operator. They've gotten smarter, and now this works.
Remove the PadForGenerics() method that was neccessary to add the
space between > >.
BUG=None
Committed: https://crrev.com/81a0e72b623acb1710b279d072ba0272ad8234bf
Cr-Commit-Position: refs/heads/master@{#440205}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|