Skip to content

Commit

Permalink
fixing const position to match Binder coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskov authored Aug 21, 2020
1 parent 02ab19a commit f4ffbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/T10.inheritance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class A : public std::enable_shared_from_this<A>
class B : public std::string
{
public:
B(const B&) = default;
B(B const &) = default;
};


Expand Down

0 comments on commit f4ffbd0

Please sign in to comment.