lidavidm commented on PR #2246:
URL: https://github.com/apache/arrow-adbc/pull/2246#issuecomment-2410095194
```
/adbc/c/vendor/nanoarrow/nanoarrow.hpp:94:35: error: identifier '_asv'
preceded by whitespace in a literal operator declaration is deprecated
[-Werror,-Wdeprecated-literal-operator]
94 | inline ArrowStringView operator"" _asv(const char* data, std::size_t
size_bytes) {
| ~~~~~~~~~~~^~~~
| operator""_asv
```
Looks like this is not fixed by the nanoarrow 0.6.0 PR
--
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]