MSVC being stupid (again)?

Noel Grandin noelgrandin at gmail.com
Wed Mar 7 08:48:13 UTC 2018



On 2018/03/07 9:39 AM, Bjoern Michaelsen wrote:
> Im going slightly mad over:
> 
>   https://gerrit.libreoffice.org/#/c/49565/
> 

more than likely the same thing bug I encounter with std::unique_ptr where it is trying to instantiate something it 
should not be instantiating

   git grep 'MSVC2015 workaround'

you have to delete the copy constructor and assignment operator to make it happy.


More information about the LibreOffice mailing list