bkietz commented on code in PR #472:
URL: https://github.com/apache/arrow-nanoarrow/pull/472#discussion_r1602133325


##########
src/nanoarrow/nanoarrow.hpp:
##########
@@ -905,7 +906,7 @@ inline bool operator==(ArrowStringView l, ArrowStringView 
r) {
 }
 
 /// \brief User literal operator allowing ArrowStringView construction like 
"str"_sv
-inline ArrowStringView operator""_v(const char* data, std::size_t size_bytes) {
+inline ArrowStringView operator"" _v(const char* data, std::size_t size_bytes) 
{

Review Comment:
   I'm surprised clang-format doesn't mangle this



-- 
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