Deleted move constructor of LazyObject

pull/850/head
mensinda 2016-04-06 21:03:54 +02:00
parent dd1ab0778c
commit b045a1ec5c
1 changed files with 2 additions and 0 deletions

View File

@ -598,6 +598,8 @@ namespace STEP {
LazyObject( LazyObject const& ) = delete;
LazyObject operator=( LazyObject const& ) = delete;
LazyObject( LazyObject && ) = delete;
LazyObject operator=( LazyObject && ) = delete;
public: