lidavidm commented on PR #41202:
URL: https://github.com/apache/arrow/pull/41202#issuecomment-2058321549

   > +1
   > 
   > (`"..."` was processed as `std::vector<std::string>>` not `std::string` 
implicitly on these environments, right?)
   
   It was implicitly treated as `bool` because a string literal is `char[...]` 
and the compiler apparently prefers to convert to `char* -> bool` rather than 
`std::string`


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