Commit 5618fdd
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 second part of the task: olp-cpp-sdk-authentication.
Relates-To: NLAM-23
Signed-off-by: sopov <[email protected]>1 parent 4b76a95 commit 5618fdd
File tree
1 file changed
+1
-1
lines changed- olp-cpp-sdk-authentication/include/olp/authentication
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments