1
0
zzj 6 rokov pred
rodič
commit
04071b0ddb
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      write-copy.h

+ 1 - 1
write-copy.h

@@ -216,7 +216,7 @@ struct single_base:write_copy_base<T,K,V>
     }
 };
 
-template<typename T,typename K,typename V> safe_shared_ptr<T> single_base<T,K,V>::m_instance=std::make_shared<T>();
+template<typename T,typename K,typename V> safe_shared_ptr<T> single_base<T,K,V>::m_instance(std::make_shared<T>());
 
 #endif