-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[test & fix] ostream, assignment operator #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vladpirlog Thanks for your contribution, please have a look at few suggestions
project structure is reconfigured and automated test and build process is also enabled now, please resolve the merge conflicts |
@vladpirlog tests for ostream operator are not correctly working |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks for your contribution
related to [feat] ostream overload with tests #3 [feat] operator overloads #4
added file for constructors
overloaded the assignment operator
made small changes to the implementation of << and >> operators
added tests for ostream operator