Changes between Initial Version and Version 1 of Ticket #3522, comment 10
- Timestamp:
- 2015-10-25T09:51:57Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3522, comment 10
initial v1 1 It turns out that any compilation unit that includes boost/filesystem gets a link dependency on boost_system. This makes it not really suited for a commonly used interface. This is why [changeset: 0aa20cf55e65654c24da446a625598fda1a5963b/OMCompiler] replaces `boost::filesystem::path` in the OMC factory interfaces with `std::string`.1 It turns out that any compilation unit that includes boost/filesystem gets a link dependency on boost_system. This makes it not really suited for a commonly used interface. This is why [changeset:8beab334fc6de8f41eb47470f0c09ca9526874c5/OMCompiler] replaces `boost::filesystem::path` in the OMC factory interfaces with `std::string`. 2 2 3 3 This makes it possible to export FMUs without any boost dependency. The remaining uses of boost appear to be inlined.