You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They use macros extensively. Future commits need to extend one of
them quite a lot, but compilation would fail, because the macros
in order to be reusable is going to compare some constants
resulting sometimes into expressions like uint >= 0. The compiler
doesn't allow such things, while in C++ it would be ok (worst case
it would need a constexpr attribute).
Part of tarantool/tarantool#9965.
0 commit comments