Skip to content

eigen: add a space between strings

Ben Boeckel requested to merge ben.boeckel/paraview:gcc6-support into master

GCC6 is detecting this as a literal constructor (operator ""X) instead of doing literal string concatenation. A space removes the ambiguity.

Merge request reports