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
Right now classes that rely on PConstructor for their new method don't compile time error when their new method is not compiled because the class is abstract. Either force the new function to be compiled, or cause a static assert (and require users to either supply a PConstructor implementation or to ask defaults to not attempt to build PConstructor).
The text was updated successfully, but these errors were encountered:
Right now classes that rely on
PConstructor
for their new method don't compile time error when their new method is not compiled because the class is abstract. Either force the new function to be compiled, or cause a static assert (and require users to either supply aPConstructor
implementation or to askdefaults
to not attempt to buildPConstructor
).The text was updated successfully, but these errors were encountered: