Skip to content

Commit c56c2c6

Browse files
committed
Use std::optional if available.
Currently, SDK requires C++11 minimum. So, boost::optional type is used for optional values. For C++17 and above more convenient is to use std::optional instead. The task NLAM-23 is about making this type configurable. This commit is a renaming of the initially proposed "optional.hpp" into optional.h to avoid clang-format header sorting issue. Relates-To: NLAM-23 Signed-off-by: sopov <[email protected]>
1 parent 4ba2ba7 commit c56c2c6

File tree

1 file changed

+0
-98
lines changed

1 file changed

+0
-98
lines changed

olp-cpp-sdk-core/include/olp/core/porting/optional.hpp

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)