Skip to content

Commit

Permalink
Add copy ctor for lazy
Browse files Browse the repository at this point in the history
Signed-off-by: Fyodor Muratov <[email protected]>
  • Loading branch information
muratovv authored and lebdron committed Dec 19, 2017
1 parent 9a230f0 commit fe17e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared_model/utils/lazy_initializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ namespace shared_model {
LazyInitializer(const Source &source, const TransformType &transform)
: source_(source), transform_(transform) {}

LazyInitializer(const LazyInitializer &) = default;

/**
* @return value after transformation
*/
Expand Down

0 comments on commit fe17e6c

Please sign in to comment.