Skip to content

Fix clang build by not exporting namespace

Tobias Fella requested to merge (removed):clangFix into master

Build failed on clang because apparently namespaces can't be exported; fix by exporting the individual functions instead. I have no idea if this is the "correct" way of doing this, but it works on clang and gcc

Merge request reports