Skip to content

Fix namespace pollution

Chris Cantwell requested to merge fix/namespace-pollution into master

This MR removes occurrences using namespace in header files. This causes problems when using the library with external tools as it conflicts with other libraries (e.g. VTK).

Merge request reports