You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/03/13 15:38:43 UTC

[GitHub] [arrow] wgtmac opened a new issue, #34547: [C++][ORC] Remove deprecated ORC_UNIQUE_PTR

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

   ### Describe the enhancement requested
   
   `ORC_UNIQUE_PTR` is used to wrap `std::auto_ptr` and `std::unique_ptr` before wide adoption of C++11 in the Apache ORC C++ library. Now the library has adopted C++17 already and this macro has been deprecated.
   
   ### 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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 closed issue #34547: [C++][ORC] Remove deprecated ORC_UNIQUE_PTR

Posted by "wjones127 (via GitHub)" <gi...@apache.org>.
wjones127 closed issue #34547: [C++][ORC] Remove deprecated ORC_UNIQUE_PTR
URL: https://github.com/apache/arrow/issues/34547


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org