Commit 13fe3f1
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.
This PR makes the optional type used configurable.
Fix Android build.
Relates-To: NLAM-23
Signed-off-by: sopov <[email protected]>1 parent 9a28842 commit 13fe3f1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
0 commit comments