NTNU-IHB / FMI4cpp

FMI 2.0 implementation written in modern C++.
MIT License
95 stars 35 forks source link

Use boosts optional in public headers #62

Closed markaren closed 5 years ago

markaren commented 5 years ago

Long ago, boost/optional was replaced with (c++17) optional (in public headers) in order to not publicly have boost as a project dependency. This was before boost-odeint was added. With that module enabled, boost must be present in public headers anyway, so we might just use boost optional.

This might fix #61