dlang-community / d2sqlite3

A small wrapper around SQLite for the D programming language
Boost Software License 1.0
75 stars 26 forks source link

delegateUnwrap is nothrow #42

Closed orip closed 4 years ago

orip commented 6 years ago

This fixes nothrow errors I received with LDC 1.6.0 (not with LDC 1.7.0).

biozic commented 6 years ago

So this is a temporary regression in LDC 1.6? I'd say we let users upgrade to LDC 1.7.

Geod24 commented 4 years ago

Since LDC 1.6 is far behind us, I suppose we can close this.