-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iiopp: Relax required standard to C++11 (requires Boost for optional-…
…type) The requirement of C++17 was only due to minor features. The missing std::optional is now replaced by boost::optional if C++17 is not available. Of course in that case Boost headers must be available. The examples still depend on C++17. This avoids the dependency on Boot. Signed-off-by: Tilman Blumhagen <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters