Raphael Baier
Raphael Baier
Thanks for taking a look, I found it fishy that sphinx complained about my struct having a declaration inside it and also being a function :), I'll try to guard...
excluding the CTAD from doxygen does indeed get rid of this error (sorry for the late reply)
Potential candidate? https://github.com/eliasdaler/MetaStuff
looking at the source code for mesh_importers.cpp I suspect that the lines 411, 415, 419 and others alike should use `strpath_manip::subdir` instead of `+` @GlynLeine ?
this also warants the question if strpath_manip might need a public interface and should be moved out of the `detail` namespace, seeing as it is quite usefull for most applications
Now I know this is kind of an old issue but I wanted to build the library myself and ran into the same issue. However I was able to fix...