You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2017/01/28 17:56:24 UTC

[jira] [Created] (ARROW-518) C++: Make Status::OK method constexpr

Uwe L. Korn created ARROW-518:
---------------------------------

             Summary: C++: Make Status::OK method constexpr
                 Key: ARROW-518
                 URL: https://issues.apache.org/jira/browse/ARROW-518
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Uwe L. Korn


We call this method very often and probably have a small overhead as it isn't {{constexpr}}. We also cannot simply declare it {{constexpr}} as {{arrow::Status}} is not a literal type yet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)