Replies: 1 comment 12 replies
-
I'm not against it, and I'm sure we have some which are unguarded already. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi folks,
now that we are using C++20, can we just use C++20 concepts without guarding them with the
SEASTAR_CONCEPT()
macro. IIUC,SEASTAR_CONCEPT()
is created to be backward compatible with C++17. as Seastar wants to be compatible with -2 C++ standard, and the latest C++ standard is C++20, so it has to use this macro. but this does not apply to Redpanda, am i right?Beta Was this translation helpful? Give feedback.
All reactions