Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
static_assert.h
Go to the documentation of this file.
1#ifndef INTERNAL_STATIC_ASSERT_H /*-*-C-*-vi:se ft=c:*/
2#define INTERNAL_STATIC_ASSERT_H
13#ifndef STATIC_ASSERT
14# define STATIC_ASSERT RBIMPL_STATIC_ASSERT
15#endif
16
17#endif /* INTERNAL_STATIC_ASSERT_H */
Defines RBIMPL_STATIC_ASSERT.