Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
fix clang 3.4 warning from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsa committed Sep 28, 2015
1 parent decec17 commit 8a727a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/c++/lib/blt_util/flyweight_observer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ struct flyweight_observer
{
friend struct flyweight_notifier<T>;

flyweight_observer& operator=(const flyweight_observer&) = default;

virtual ~flyweight_observer() {}

private:
Expand Down

0 comments on commit 8a727a2

Please sign in to comment.