goldigd05 commented on issue #48590:
URL: https://github.com/apache/arrow/issues/48590#issuecomment-3708384311

   Hi, I would like to explore using C++20 concepts in Arrow C++.
   
   Currently, many template functions rely on SFINAE or type traits to enforce 
type constraints,
   which can be complex and hard to maintain. I propose prototyping a few 
functions with
   C++20 concepts to simplify type-specific code, improve readability, and 
provide clearer
   compiler diagnostics.
   
   I am happy to submit a small prototype PR for review.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to