unique_ptr
    
    Mar 11, 2021
    
    
    
      » 
      dev
    
    
  
  아래와 같은 빌드에러 발생
c++/7.5.0/bits/unique_ptr.h:821:30 error:invalid new-expression of abstract class type
{return unique_ptr<_Tp>(new_Tp(std::forward<_Args>(__args)...));}