Explorar o código

Deleted move constructor of LazyObject

mensinda %!s(int64=9) %!d(string=hai) anos
pai
achega
b045a1ec5c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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: