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
./include/bertini2/system/start/user.hpp:67:4: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
User() = default;
^
./include/bertini2/system/start/user.hpp:112:27: note: default constructor of 'User' is implicitly deleted because field 'user_system_' of reference type 'const bertini::System &' would not be initialized
const bertini::System& user_system_;
Just un-use usersystem until it's complete, please
The text was updated successfully, but these errors were encountered:
I'm so tired of looking at this warning:
Just un-use usersystem until it's complete, please
The text was updated successfully, but these errors were encountered: