Ruby  3.4.0dev (2024-11-05 revision e440268d51fe02b303e3817a7a733a0dac1c5091)
feature.h
Go to the documentation of this file.
1 #ifndef RBIMPL_HAS_FEATURE_H /*-*-C++-*-vi:se ft=cpp:*/
2 #define RBIMPL_HAS_FEATURE_H
25 #if defined(__has_feature)
26 # define RBIMPL_HAS_FEATURE(_) __has_feature(_)
27 #else
28 # define RBIMPL_HAS_FEATURE(_) 0
29 #endif
30 
31 #endif /* RBIMPL_HAS_FEATURE_H */