linbox icon indicating copy to clipboard operation
linbox copied to clipboard

Fix const cast for _ld (note the underscore)

Open vbraun opened this issue 1 year ago • 0 comments

The const cast was added for gcc-14 compatibilty, but this breaks macos clang. The private field is _ld, not ld without underscore. Its somewhat surprising that it doesn't fail on gcc-14, presumably because the code path is unused.

vbraun avatar May 18 '24 14:05 vbraun