Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAssignment Operator Corrections #44
Conversation
Making the assignment operator for moveset take a const reference as its argument (rather than just a reference) and adding a missing return to the sampler assignment operator
|
Looks good to me. |
|
I don't have much to add. Shall we merge? |
Making the assignment operator for moveset take a const reference as its argument (rather than just a reference) and adding a missing return to the sampler assignment operator.
This is based on discussions in #33.