commit | a883bc795f655b60a328ecbf91f944d25d0b0378 | [log] [tgz] |
---|---|---|
author | Kaylee Lubick <kjlubick@google.com> | Wed Nov 27 15:20:54 2024 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Dec 04 22:36:46 2024 +0000 |
tree | 4dd71adc9f8dcd34e7856f319711c42b561aadd5 | |
parent | d60cf8abe2bb75954d536dd527f573717f77d6c9 [diff] |
Help type deduction for old compilers GCC 7 can't do the type deduction without braces. 8+ seems fine without this. Skia doesn't really support GCC versions older than 8, but the slightly more verbose invocation is fine for developers, so I think it's fine to add here. https://godbolt.org/z/W6avPxfM1 Change-Id: I5c055186f0ced6491f492f87ef65d85661beb5ef Reviewed-on: https://skia-review.googlesource.com/c/skia/+/925356 Auto-Submit: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Daniel Dilan <danieldilan@google.com> Commit-Queue: Daniel Dilan <danieldilan@google.com>