You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:36:00 UTC

[jira] [Created] (HBASE-23531) CLONE - [C++] Use boost::optional instead of std::experimental::optional

guanyun created HBASE-23531:
-------------------------------

             Summary: CLONE - [C++] Use boost::optional instead of std::experimental::optional
                 Key: HBASE-23531
                 URL: https://issues.apache.org/jira/browse/HBASE-23531
             Project: HBase
          Issue Type: Sub-task
            Reporter: guanyun
            Assignee: Enis Soztutar
             Fix For: HBASE-14850
         Attachments: hbase-18861_v1.patch

Our Marc Parisi indicates that using std::experimental is not prefered in production code, and causes compilation problems especially for compilers which do not have C++17 support. 

Our usage of {{std::experimental::optional}} is very small and can be easily replaced with {{boost::optional}}. We depend on boost anyways for other reasons. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)