Skip to content
Snippets Groups Projects
Commit be279760 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

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

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.
parent 6bafb3fd
No related branches found
No related tags found
1 merge request!423Device/Mask: Mark the Boost functions by using the explicit namespace
Pipeline #47795 passed