pitrou commented on PR #49348: URL: https://github.com/apache/arrow/pull/49348#issuecomment-3938506226
Thanks for working on this @abhishek593 . > This is because of a bug in gcc-13 when evaluating concept-constrained partial specialisation of nested templates Ouch! > BTW, is there any reason why compilers are not being upgraded? In this case, gcc 13 is the default compiler on Ubuntu 24.04, so we want to continue supporting it. > Since CI uses these older compilers, we may have a few options if we want to proceed: I would add option 4: not convert the places where we hit a compiler bug (if at all possible). -- 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]
