Skip to content

Device/Mask: Mark the Boost functions by using the explicit namespace

Ammar Nejati requested to merge improveBooseUsage_Device into develop

The used functions from boost/geometry are marked by using boost::geometry namespace in order to make clear which functions are used from the Boost library. This conforms also with the other parts of the codebase, eg., Device/InputOutput/boost_streams.

Unneeded included headers are removed.

Merge request reports