bertiniteam / b2

Bertini 2.0: The redevelopment of Bertini in C++.
88 stars 34 forks source link

warning about user system is super annoying #187

Open ofloveandhate opened 11 months ago

ofloveandhate commented 11 months ago

I'm so tired of looking at this warning:

./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