Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove deprecated operator"" syntax usage (#661)
Clang warns about this. Apparently GCC 4.9 may warn about the fixed syntax, though! Spotted in the ADBC CI: ``` /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 ```
- Loading branch information