Skip to content

Fix gcc6 compile error.

Antonio Sánchez requested to merge cantonios/eigen:gcc6 into master

It doesn't like the namespace prefix on struct specializations, so has been failing on the CI.

Merge request reports