Hi,
I keep getting an error saying "terminate called after throwing an instance of 'std::runtime_error'
what(): The vector can't be empty! "
Then, my executable file stops working.
I think the error is in my function for overloading the right stream operator since I get the error after my output prints "Right stream works for single value!"
I'm not comfortable with std::runtime_error yet, so I'm having a lot of trouble trying to figure out what my problem is.
Any help would be much appreciated.