aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-01-31 12:01:39 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-01-31 13:01:52 +0900
commitcdd75d4e7f0402a0537c516b7331a036347b0fa9 (patch)
tree84e64cd8924489dc07fcc33cfd9b8e471e6bb666 /symbol.c
parent4942adf68cd2d8ab0a3ca64a787bdf55e119b337 (diff)
downloadruby-cdd75d4e7f0402a0537c516b7331a036347b0fa9.tar.gz
support C++ std::nullptr_t
C++ keyword `nullptr` represents a null pointer (note also that NULL is an integer in C++ due to its design flaw). Its type is `std::nullptr_t`, defined in <cstddef> standard header. Why not support it when the backend implementation can take a null pointer as an argument.
Diffstat (limited to 'symbol.c')
0 files changed, 0 insertions, 0 deletions