4e1066f248
Having it means you cannot write: SkSize size; float x, y; size = {x , y}; clang allows it but GCC does not, claiming it is ambiguous between the implicitly generated SkSize& SkSize::operator=(const SkSize&) and SkSize& SkSize::operator=(const SkISize&) clang gives the same error if the former is explicitly declared default. Change-Id: I3b64436ef6aa669b3d87e7f37057c5dcb4add987 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/257880 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> |
||
---|---|---|
.. | ||
.gitignore | ||
all_examples.cpp | ||
animate.sh | ||
disabled_examples.txt | ||
documumentation_examples_map.txt | ||
draw.cpp | ||
egl_context.cpp | ||
examples.cpp | ||
examples.h | ||
fiddle_main.cpp | ||
fiddle_main.h | ||
make_all_examples_cpp.py | ||
null_context.cpp | ||
parse-fiddle-output |