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
It doesn't seem like it would have any effect on anything. The purpose of explicit is to prevent accidental implicit conversions, which isn't an issue for a constructor with no arguments.
The text was updated successfully, but these errors were encountered:
Both of those compile without the explicit keyword. They are edge cases though, and I'm not sure if it's really useful to prevent these, but it doesn't have no effect.
fearn-e
pushed a commit
to fearn-e/flucoma-core
that referenced
this issue
Aug 15, 2023
It doesn't seem like it would have any effect on anything. The purpose of
explicit
is to prevent accidental implicit conversions, which isn't an issue for a constructor with no arguments. The text was updated successfully, but these errors were encountered: