aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/glsl/GrGLSLTextureSampler.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-01-08 11:05:09 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-08 11:05:09 -0800
commit0e101667d604e4902eb24e0c0939d4f5b12c96ec (patch)
treeb07cb27bf7dfea7bf85e8a1af28c85b343a13d39 /src/gpu/glsl/GrGLSLTextureSampler.h
parent4a34ecbe352114bd8403b134eb72f6e63bec0b11 (diff)
Use ::std for is_empty, is_class, add_xxx_reference, remove decay.
SkTLogic.h contains implemenetations of is_empty, is_class, decay, decay_t, add_lvalue_reference, add_rvalue_reference, and add_rvalue_reference_t. The declaration of is_class is only used by is_empty. The current implementation of is_empty will not work correctly with 'final'. The current implementation of add_lvalue_reference does not support clarifications in c++17. No Skia code is currently using decay, decay_t, add_rvalue_reference, and add_rvalue_reference_t. In addition, there are no known issues with any of these in ::std with any supported compiler. The implementations of is_function and is_convertible are commented to note why they are still present. Review URL: https://codereview.chromium.org/1567123006
Diffstat (limited to 'src/gpu/glsl/GrGLSLTextureSampler.h')
0 files changed, 0 insertions, 0 deletions