Skip to content
Snippets Groups Projects
Commit d08f28df authored by Magomed Kostoev's avatar Magomed Kostoev Committed by Vladimir Davydov
Browse files

util: introduce the ALWAYS_INLINE macro

The macro expands to inline keyword and always_inline attribute if
it's supported. This attribute forces the compiler to inline the
function if it's possible and raise a diagnostic if it's not.

Needed for tarantool/tarantool-ee#580

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent 26d508d1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment