remove useless named args
This commit is contained in:
parent
d28c4552d4
commit
59d1b87f4e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <iostream>
|
||||
|
||||
class Example {
|
||||
friend std::ostream &operator<<(std::ostream &out, const Example &data);
|
||||
friend std::ostream &operator<<(std::ostream &, const Example &);
|
||||
|
||||
public:
|
||||
Example(); // constructor
|
||||
|
|
Loading…
Reference in a new issue