1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-/cxxanyargs
卜部昌平 4e6bae47c8 ext/-test-/cxxanyargs: prevent have_devel check
The `cxx.try_compile` command in this file kicks `cxx.have_devel?`
internally, which recursively calls `cxx.try_link` with a different
source code.  We don't want that happen (the source code compiled in
this file must be the first one).  We need to fake the system.
2020-02-20 11:46:54 +09:00
..
cxxanyargs.cpp fix delete unnecessary return 2020-02-01 14:02:59 +09:00
depend Move .IGNORE in extconf.rb 2020-01-31 08:00:56 +09:00
extconf.rb ext/-test-/cxxanyargs: prevent have_devel check 2020-02-20 11:46:54 +09:00
failure.cpp Ensure that unmatched arity fails in C++ 2019-09-19 20:57:58 +09:00
failurem1.cpp Check -1 arity for C++ 2019-11-22 18:42:49 +09:00