浏览代码

Deleted move constructor of LazyObject

mensinda 9 年之前
父节点
当前提交
b045a1ec5c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      code/STEPFile.h

+ 2 - 0
code/STEPFile.h

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