NTNU-IHB / FMI4cpp

FMI 2.0 implementation written in modern C++.
MIT License
98 stars 37 forks source link

Use boost::optional instead of std::shared_ptr to represent optional FMI values #9

Closed markaren closed 6 years ago

markaren commented 6 years ago

boost::optional should be more performant and should be more self-explanatory