snazzy-d / sdc

The Snazzy D Compiler
MIT License
249 stars 55 forks source link

Fixes compilation error: operation not allowed on `bool` `neg` #306

Closed denizzzka closed 1 year ago

denizzzka commented 1 year ago
sdc/src/util/math.d(10,26): Error: operation not allowed on `bool` `neg`
deadalnix commented 1 year ago

What is this nonsense?

deadalnix commented 1 year ago

I cannot reproduce that error. Are you sure you are not using a bogous version of the compiler?

denizzzka commented 1 year ago

Indeed, I accidentally used ldc2 1.28.0 from Oct 20, 2021

Sorry, closing PR