Răsfoiți Sursa

Deleted move constructor of LazyObject

mensinda 9 ani în urmă
părinte
comite
b045a1ec5c
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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: