You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this library and I'd really want to use it together with a C library (namely, libpq).
The main problem is that it seems not possible to bind pointers to incomplete types. This workaround won't work as dereferencing the pointer at line 16 will result in a compile error.
Expected Behavior
Being able to work with incomplete types.
Actual Behavior
Does not compile/there is no syntax to express this kind of binding.
I really like this library and I'd really want to use it together with a C library (namely, libpq).
The main problem is that it seems not possible to bind pointers to incomplete types. This workaround won't work as dereferencing the pointer at line 16 will result in a compile error.
Expected Behavior
Being able to work with incomplete types.
Actual Behavior
Does not compile/there is no syntax to express this kind of binding.
Steps to Reproduce the Problem
This results in
creatable constraint not satisfied
.Specifications
The text was updated successfully, but these errors were encountered: