mapleFU opened a new issue, #37263:
URL: https://github.com/apache/arrow/issues/37263

   ### Describe the enhancement requested
   
   Now, arrow has shift to C++17.
   
   I've seen code like:
   
   ```c++
     try {
       return std::max(0, std::stoi(str));
     } catch (...) {
       return 0;
     }
   ```
   
   Can we use std::from_chars to do the conversion?
   
   ### Component(s)
   
   C++


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