We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc7a39 commit e95fc02Copy full SHA for e95fc02
src/nanoarrow/nanoarrow.hpp
@@ -92,7 +92,7 @@ namespace literals {
92
/// @{
93
94
/// \brief User literal operator allowing ArrowStringView construction like "str"_asv
95
-inline ArrowStringView operator"" _asv(const char* data, std::size_t size_bytes) {
+inline ArrowStringView operator""_asv(const char* data, std::size_t size_bytes) {
96
return {data, static_cast<int64_t>(size_bytes)};
97
}
98
0 commit comments