Ticket #412 (closed: fixed)
Remove usage of boost::filesystem in favour of Poco::Filesystem
Reported by: | Martyn Gigg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 15 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
As the boost::filesystem library is one of the newer components of boost it is still subject to change, i.e. method name changes, which will cause problems if we decide to change the version in the future. The Poco library has similar functionality so replace it with this.
Change History
Note: See
TracTickets for help on using
tickets.
(In [2010]) Removed boost::filesystem usage and replaced it with the Poco::Filesystem. Re #412