Pārlūkot izejas kodu

Deleted move constructor of LazyObject

mensinda 9 gadi atpakaļ
vecāks
revīzija
b045a1ec5c
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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: