2f4e7b6840
The current SkTLazy copy and move constructors require copy or move assignable instead of copy or move constructable. This prevents use with classes with const members (since they cannot be assigned to after construction). This change also brings SkTLazy more in line with std::optional which will eventually take over most of what SkTLazy is used for. Change-Id: I7bad4edac6a8b3e8adeebc48400d7298a970ed31 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/204447 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Ben Wagner <bungeman@google.com> |
||
---|---|---|
.. | ||
android | ||
atlastext | ||
c | ||
codec | ||
config | ||
core | ||
docs | ||
effects | ||
encode | ||
gpu | ||
pathops | ||
ports | ||
private | ||
svg | ||
third_party/vulkan | ||
utils |